Html Css Color HEX #CDA620 Galliano

📋 copy color: '#CDA620'

red 205 ◦ green 166 ◦ blue 32

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

Shades of Galliano #CDA620

Tints of Galliano #CDA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 50.87%
G = 41.19%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA620 (or 0xCDA620) is known color: Galliano. HEX triplet: CD, A6 and 20. RGB value is (205,166,32). Sum of RGB (Red+Green+Blue) = 205+166+32=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA620 is #3259DF. Grayscale: #A2A2A2. Windows color (decimal): -3299808 or 2139853. OLE color: 2139853.

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

Color convert

RGB 205 166 32 -
CMYK 0 0.19 0.84 0.20
HSL 46.47º 0.73% 0.46% -
HSV(B) 46.47º 0.84% 0.8% -
XYZ 39.07 40.36 7.1 -
YUV 162.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 205 166 32 0 0.19 0.84 0.20 46.47 0.73 0.46
Hex CD A6 20 0 13 54 14 2E 49 2E
Octal 315 246 40 0 23 124 24 56 111 56
Binary 11001101 10100110 100000 0 10011 1010100 10100 101110 1001001 101110

Color Harmonies of #CDA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA620

Black with #CDA620

Text Example


Text Example

White with #CDA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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