Html Css Color HEX #CDAA29 Galliano

📋 copy color: '#CDAA29'

red 205 ◦ green 170 ◦ blue 41

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

Shades of Galliano #CDAA29

Tints of Galliano #CDAA29

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 49.28%
G = 40.87%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDAA29 (or 0xCDAA29) is known color: Galliano. HEX triplet: CD, AA and 29. RGB value is (205,170,41). Sum of RGB (Red+Green+Blue) = 205+170+41=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAA29 is #3255D6. Grayscale: #A6A6A6. Windows color (decimal): -3298775 or 2730701. OLE color: 2730701.

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

Color convert

RGB 205 170 41 -
CMYK 0 0.17 0.8 0.20
HSL 47.2º 0.67% 0.48% -
HSV(B) 47.2º 0.8% 0.8% -
XYZ 39.95 41.89 8.08 -
YUV 165.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 205 170 41 0 0.17 0.8 0.20 47.2 0.67 0.48
Hex CD AA 29 0 11 50 14 2F 43 30
Octal 315 252 51 0 21 120 24 57 103 60
Binary 11001101 10101010 101001 0 10001 1010000 10100 101111 1000011 110000

Color Harmonies of #CDAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA29

Black with #CDAA29

Text Example


Text Example

White with #CDAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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