Html Css Color HEX #CDAA28 Galliano

📋 copy color: '#CDAA28'

red 205 ◦ green 170 ◦ blue 40

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

Shades of Galliano #CDAA28

Tints of Galliano #CDAA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 49.4%
G = 40.96%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDAA28 (or 0xCDAA28) is known color: Galliano. HEX triplet: CD, AA and 28. RGB value is (205,170,40). Sum of RGB (Red+Green+Blue) = 205+170+40=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAA28 is #3255D7. Grayscale: #A6A6A6. Windows color (decimal): -3298776 or 2665165. OLE color: 2665165.

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

Color convert

RGB 205 170 40 -
CMYK 0 0.17 0.80 0.20
HSL 47.27º 0.67% 0.48% -
HSV(B) 47.27º 0.8% 0.8% -
XYZ 39.93 41.88 7.99 -
YUV 165.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 205 170 40 0 0.17 0.80 0.20 47.27 0.67 0.48
Hex CD AA 28 0 11 50 14 2F 43 30
Octal 315 252 50 0 21 120 24 57 103 60
Binary 11001101 10101010 101000 0 10001 1010000 10100 101111 1000011 110000

Color Harmonies of #CDAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA28

Black with #CDAA28

Text Example


Text Example

White with #CDAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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