Html Css Color HEX #CDB120 Galliano

📋 copy color: '#CDB120'

red 205 ◦ green 177 ◦ blue 32

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

Shades of Galliano #CDB120

Tints of Galliano #CDB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 49.52%
G = 42.75%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDB120 (or 0xCDB120) is known color: Galliano. HEX triplet: CD, B1 and 20. RGB value is (205,177,32). Sum of RGB (Red+Green+Blue) = 205+177+32=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB120 is #324EDF. Grayscale: #A9A9A9. Windows color (decimal): -3296992 or 2142669. OLE color: 2142669.

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

Color convert

RGB 205 177 32 -
CMYK 0 0.14 0.84 0.20
HSL 50.29º 0.73% 0.46% -
HSV(B) 50.29º 0.84% 0.8% -
XYZ 41.16 44.53 7.79 -
YUV 168.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 205 177 32 0 0.14 0.84 0.20 50.29 0.73 0.46
Hex CD B1 20 0 E 54 14 32 49 2E
Octal 315 261 40 0 16 124 24 62 111 56
Binary 11001101 10110001 100000 0 1110 1010100 10100 110010 1001001 101110

Color Harmonies of #CDB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB120

Black with #CDB120

Text Example


Text Example

White with #CDB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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