Html Css Color HEX #CDB221 Galliano

📋 copy color: '#CDB221'

red 205 ◦ green 178 ◦ blue 33

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

Shades of Galliano #CDB221

Tints of Galliano #CDB221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 49.28%
G = 42.79%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDB221 (or 0xCDB221) is known color: Galliano. HEX triplet: CD, B2 and 21. RGB value is (205,178,33). Sum of RGB (Red+Green+Blue) = 205+178+33=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB221 is #324DDE. Grayscale: #AAAAAA. Windows color (decimal): -3296735 or 2208461. OLE color: 2208461.

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

Color convert

RGB 205 178 33 -
CMYK 0 0.13 0.84 0.20
HSL 50.58º 0.72% 0.47% -
HSV(B) 50.58º 0.84% 0.8% -
XYZ 41.37 44.93 7.93 -
YUV 169.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 205 178 33 0 0.13 0.84 0.20 50.58 0.72 0.47
Hex CD B2 21 0 D 54 14 33 48 2F
Octal 315 262 41 0 15 124 24 63 110 57
Binary 11001101 10110010 100001 0 1101 1010100 10100 110011 1001000 101111

Color Harmonies of #CDB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB221

Black with #CDB221

Text Example


Text Example

White with #CDB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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