Html Css Color HEX #CDA020 Galliano

📋 copy color: '#CDA020'

red 205 ◦ green 160 ◦ blue 32

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

Shades of Galliano #CDA020

Tints of Galliano #CDA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

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

R = 51.64%
G = 40.3%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA020 (or 0xCDA020) is known color: Galliano. HEX triplet: CD, A0 and 20. RGB value is (205,160,32). Sum of RGB (Red+Green+Blue) = 205+160+32=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA020 is #325FDF. Grayscale: #9F9F9F. Windows color (decimal): -3301344 or 2138317. OLE color: 2138317.

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

Color convert

RGB 205 160 32 -
CMYK 0 0.22 0.84 0.20
HSL 44.39º 0.73% 0.46% -
HSV(B) 44.39º 0.84% 0.8% -
XYZ 38.01 38.23 6.74 -
YUV 158.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 205 160 32 0 0.22 0.84 0.20 44.39 0.73 0.46
Hex CD A0 20 0 16 54 14 2C 49 2E
Octal 315 240 40 0 26 124 24 54 111 56
Binary 11001101 10100000 100000 0 10110 1010100 10100 101100 1001001 101110

Color Harmonies of #CDA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA020

Black with #CDA020

Text Example


Text Example

White with #CDA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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