Html Css Color HEX #CDA52C Galliano

📋 copy color: '#CDA52C'

red 205 ◦ green 165 ◦ blue 44

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

Shades of Galliano #CDA52C

Tints of Galliano #CDA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 49.52%
G = 39.86%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CDA52C (or 0xCDA52C) is known color: Galliano. HEX triplet: CD, A5 and 2C. RGB value is (205,165,44). Sum of RGB (Red+Green+Blue) = 205+165+44=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA52C is #325AD3. Grayscale: #A3A3A3. Windows color (decimal): -3300052 or 2926029. OLE color: 2926029.

HSL color Cylindrical-coordinate representation of color #CDA52C: hue angle of 45.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDA52C is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 44 -
CMYK 0 0.20 0.79 0.20
HSL 45.09º 0.65% 0.49% -
HSV(B) 45.09º 0.79% 0.8% -
XYZ 39.09 40.07 8.06 -
YUV 163.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 205 165 44 0 0.20 0.79 0.20 45.09 0.65 0.49
Hex CD A5 2C 0 14 4F 14 2D 41 31
Octal 315 245 54 0 24 117 24 55 101 61
Binary 11001101 10100101 101100 0 10100 1001111 10100 101101 1000001 110001

Color Harmonies of #CDA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA52C

Black with #CDA52C

Text Example


Text Example

White with #CDA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA52C; }

 p { color: rgb(205,165,44); }

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

background-color css

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

 a { background-color: rgb(205,165,44); }

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

border-color css

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

 span { border-color: rgb(205,165,44); }

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