#CDA90D

Color #CDA90D Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CDA90D

Tints of Galliano #CDA90D

Color information

#CDA90D (or 0xCDA90D) is unknown color: approx Galliano. HEX triplet: CD, A9 and 0D. RGB value is (205,169,13). Sum of RGB (Red+Green+Blue) = 205+169+13=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA90D is #3256F2. Grayscale: #A2A2A2. Windows color (decimal): -3299059 or 895437. OLE color: 895437.

HSL color Cylindrical-coordinate representation of color #CDA90D: hue angle of 48.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA90D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB20516913-
CMYK00.180.940.20
HSL48.75º88.07%42.75%-
HSV(B)48.75º93.66%80.39%-
XYZ39.4441.386.29-
YUV161.9843.93158.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 13 (5.47% from 255) = 3.36%
R=52.97%
G=43.67%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051691300.180.940.2048.7588.0742.75
HexCDA9D0125E1431582b
Octal31525115022136246113053
Binary110011011010100111010100101011110101001100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA90D; }

 p { color: rgb(205,169,13); }

 H1.HeaderClassName
 {
   color: #CDA90D;
 }
 .AnyTagClassName
 {
   color: #CDA90D;
 }
</style>
background-color css

<style>
 a { background-color: #CDA90D; }

 a { background-color: rgb(205,169,13); }

 div.DivClassName
 {
   background-color: #CDA90D;
 }
 .BgClassName
 {
   background-color: #CDA90D;
 }
</style>
border-color css

<style>
 span { border-color: #CDA90D; }

 span { border-color: rgb(205,169,13); }

 td.TdClassName
 {
   border-color: #CDA90D;
 }
 .TagClassName
 {
   border-color: #CDA90D;
 }
</style>