Html Css Color HEX #CDB220 Galliano

📋 copy color: '#CDB220'

red 205 ◦ green 178 ◦ blue 32

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

Shades of Galliano #CDB220

Tints of Galliano #CDB220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.71%

R = 49.4%
G = 42.89%
B = 7.71%

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

#CDB220 (or 0xCDB220) is known color: Galliano. HEX triplet: CD, B2 and 20. RGB value is (205,178,32). Sum of RGB (Red+Green+Blue) = 205+178+32=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB220 is #324DDF. Grayscale: #AAAAAA. Windows color (decimal): -3296736 or 2142925. OLE color: 2142925.

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

Color convert

RGB 205 178 32 -
CMYK 0 0.13 0.84 0.20
HSL 50.64º 0.73% 0.46% -
HSV(B) 50.64º 0.84% 0.8% -
XYZ 41.36 44.92 7.86 -
YUV 169.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 205 178 32 0 0.13 0.84 0.20 50.64 0.73 0.46
Hex CD B2 20 0 D 54 14 33 49 2E
Octal 315 262 40 0 15 124 24 63 111 56
Binary 11001101 10110010 100000 0 1101 1010100 10100 110011 1001001 101110

Color Harmonies of #CDB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB220

Black with #CDB220

Text Example


Text Example

White with #CDB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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