Html Css Color HEX #CDA52A Galliano

📋 copy color: '#CDA52A'

red 205 ◦ green 165 ◦ blue 42

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

Shades of Galliano #CDA52A

Tints of Galliano #CDA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 49.76%
G = 40.05%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDA52A (or 0xCDA52A) is known color: Galliano. HEX triplet: CD, A5 and 2A. RGB value is (205,165,42). Sum of RGB (Red+Green+Blue) = 205+165+42=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA52A is #325AD5. Grayscale: #A3A3A3. Windows color (decimal): -3300054 or 2794957. OLE color: 2794957.

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

Color convert

RGB 205 165 42 -
CMYK 0 0.20 0.80 0.20
HSL 45.28º 0.66% 0.48% -
HSV(B) 45.28º 0.8% 0.8% -
XYZ 39.05 40.06 7.86 -
YUV 162.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 205 165 42 0 0.20 0.80 0.20 45.28 0.66 0.48
Hex CD A5 2A 0 14 50 14 2D 42 30
Octal 315 245 52 0 24 120 24 55 102 60
Binary 11001101 10100101 101010 0 10100 1010000 10100 101101 1000010 110000

Color Harmonies of #CDA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA52A

Black with #CDA52A

Text Example


Text Example

White with #CDA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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