Html Css Color HEX #CDB224 Galliano

📋 copy color: '#CDB224'

red 205 ◦ green 178 ◦ blue 36

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

Shades of Galliano #CDB224

Tints of Galliano #CDB224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

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

R = 48.93%
G = 42.48%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB224 (or 0xCDB224) is known color: Galliano. HEX triplet: CD, B2 and 24. RGB value is (205,178,36). Sum of RGB (Red+Green+Blue) = 205+178+36=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB224 is #324DDB. Grayscale: #AAAAAA. Windows color (decimal): -3296732 or 2405069. OLE color: 2405069.

HSL color Cylindrical-coordinate representation of color #CDB224: hue angle of 50.41º 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 #CDB224 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 36 -
CMYK 0 0.13 0.82 0.20
HSL 50.41º 0.7% 0.47% -
HSV(B) 50.41º 0.82% 0.8% -
XYZ 41.42 44.95 8.16 -
YUV 169.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 205 178 36 0 0.13 0.82 0.20 50.41 0.7 0.47
Hex CD B2 24 0 D 52 14 32 46 2F
Octal 315 262 44 0 15 122 24 62 106 57
Binary 11001101 10110010 100100 0 1101 1010010 10100 110010 1000110 101111

Color Harmonies of #CDB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB224

Black with #CDB224

Text Example


Text Example

White with #CDB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB224; }

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

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

background-color css

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

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

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

border-color css

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

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

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