Html Css Color HEX #CDA120 Galliano

📋 copy color: '#CDA120'

red 205 ◦ green 161 ◦ blue 32

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

Shades of Galliano #CDA120

Tints of Galliano #CDA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 51.51%
G = 40.45%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA120 (or 0xCDA120) is known color: Galliano. HEX triplet: CD, A1 and 20. RGB value is (205,161,32). Sum of RGB (Red+Green+Blue) = 205+161+32=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA120 is #325EDF. Grayscale: #A0A0A0. Windows color (decimal): -3301088 or 2138573. OLE color: 2138573.

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

Color convert

RGB 205 161 32 -
CMYK 0 0.21 0.84 0.20
HSL 44.74º 0.73% 0.46% -
HSV(B) 44.74º 0.84% 0.8% -
XYZ 38.18 38.57 6.8 -
YUV 159.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 205 161 32 0 0.21 0.84 0.20 44.74 0.73 0.46
Hex CD A1 20 0 15 54 14 2D 49 2E
Octal 315 241 40 0 25 124 24 55 111 56
Binary 11001101 10100001 100000 0 10101 1010100 10100 101101 1001001 101110

Color Harmonies of #CDA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA120

Black with #CDA120

Text Example


Text Example

White with #CDA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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