Html Css Color HEX #CDA229 Galliano

📋 copy color: '#CDA229'

red 205 ◦ green 162 ◦ blue 41

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

Shades of Galliano #CDA229

Tints of Galliano #CDA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 50.25%
G = 39.71%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDA229 (or 0xCDA229) is known color: Galliano. HEX triplet: CD, A2 and 29. RGB value is (205,162,41). Sum of RGB (Red+Green+Blue) = 205+162+41=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA229 is #325DD6. Grayscale: #A1A1A1. Windows color (decimal): -3300823 or 2728653. OLE color: 2728653.

HSL color Cylindrical-coordinate representation of color #CDA229: hue angle of 44.27º degrees, saturation: 0.67, 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 #CDA229 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 41 -
CMYK 0 0.21 0.8 0.20
HSL 44.27º 0.67% 0.48% -
HSV(B) 44.27º 0.8% 0.8% -
XYZ 38.5 38.98 7.59 -
YUV 161.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 205 162 41 0 0.21 0.8 0.20 44.27 0.67 0.48
Hex CD A2 29 0 15 50 14 2C 43 30
Octal 315 242 51 0 25 120 24 54 103 60
Binary 11001101 10100010 101001 0 10101 1010000 10100 101100 1000011 110000

Color Harmonies of #CDA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA229

Black with #CDA229

Text Example


Text Example

White with #CDA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA229; }

 p { color: rgb(205,162,41); }

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

background-color css

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

 a { background-color: rgb(205,162,41); }

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

border-color css

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

 span { border-color: rgb(205,162,41); }

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