Html Css Color HEX #CDA820 Galliano

📋 copy color: '#CDA820'

red 205 ◦ green 168 ◦ blue 32

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

Shades of Galliano #CDA820

Tints of Galliano #CDA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 50.62%
G = 41.48%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA820 (or 0xCDA820) is known color: Galliano. HEX triplet: CD, A8 and 20. RGB value is (205,168,32). Sum of RGB (Red+Green+Blue) = 205+168+32=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA820 is #3257DF. Grayscale: #A4A4A4. Windows color (decimal): -3299296 or 2140365. OLE color: 2140365.

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

Color convert

RGB 205 168 32 -
CMYK 0 0.18 0.84 0.20
HSL 47.17º 0.73% 0.46% -
HSV(B) 47.17º 0.84% 0.8% -
XYZ 39.44 41.09 7.22 -
YUV 163.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 205 168 32 0 0.18 0.84 0.20 47.17 0.73 0.46
Hex CD A8 20 0 12 54 14 2F 49 2E
Octal 315 250 40 0 22 124 24 57 111 56
Binary 11001101 10101000 100000 0 10010 1010100 10100 101111 1001001 101110

Color Harmonies of #CDA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA820

Black with #CDA820

Text Example


Text Example

White with #CDA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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