Html Css Color HEX #CDB024 Galliano

📋 copy color: '#CDB024'

red 205 ◦ green 176 ◦ blue 36

#CDB024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CDB024

Tints of Galliano #CDB024

RGB

 RED value IS 205 (80.47% from 255) = 49.16%

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 49.16%
G = 42.21%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB024 (or 0xCDB024) is known color: Galliano. HEX triplet: CD, B0 and 24. RGB value is (205,176,36). Sum of RGB (Red+Green+Blue) = 205+176+36=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB024 is #324FDB. Grayscale: #A9A9A9. Windows color (decimal): -3297244 or 2404557. OLE color: 2404557.

HSL color Cylindrical-coordinate representation of color #CDB024: hue angle of 49.7º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDB024 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 36 -
CMYK 0 0.14 0.82 0.20
HSL 49.7º 0.7% 0.47% -
HSV(B) 49.7º 0.82% 0.8% -
XYZ 41.02 44.16 8.03 -
YUV 168.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 205 176 36 0 0.14 0.82 0.20 49.7 0.7 0.47
Hex CD B0 24 0 E 52 14 32 46 2F
Octal 315 260 44 0 16 122 24 62 106 57
Binary 11001101 10110000 100100 0 1110 1010010 10100 110010 1000110 101111

Color Harmonies of #CDB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB024

Black with #CDB024

Text Example


Text Example

White with #CDB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB024; }

 p { color: rgb(205,176,36); }

 H1.HeaderClassName
 {
   color: #CDB024;
 }
 .AnyTagClassName
 {
   color: #CDB024;
 }
</style>

background-color css

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

 a { background-color: rgb(205,176,36); }

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

border-color css

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

 span { border-color: rgb(205,176,36); }

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