Html Css Color HEX #CDAB20 Galliano

📋 copy color: '#CDAB20'

red 205 ◦ green 171 ◦ blue 32

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

Shades of Galliano #CDAB20

Tints of Galliano #CDAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 50.25%
G = 41.91%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDAB20 (or 0xCDAB20) is known color: Galliano. HEX triplet: CD, AB and 20. RGB value is (205,171,32). Sum of RGB (Red+Green+Blue) = 205+171+32=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB20 is #3254DF. Grayscale: #A5A5A5. Windows color (decimal): -3298528 or 2141133. OLE color: 2141133.

HSL color Cylindrical-coordinate representation of color #CDAB20: hue angle of 48.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDAB20 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 171 32 -
CMYK 0 0.17 0.84 0.20
HSL 48.21º 0.73% 0.46% -
HSV(B) 48.21º 0.84% 0.8% -
XYZ 40 42.21 7.41 -
YUV 165.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 205 171 32 0 0.17 0.84 0.20 48.21 0.73 0.46
Hex CD AB 20 0 11 54 14 30 49 2E
Octal 315 253 40 0 21 124 24 60 111 56
Binary 11001101 10101011 100000 0 10001 1010100 10100 110000 1001001 101110

Color Harmonies of #CDAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB20

Black with #CDAB20

Text Example


Text Example

White with #CDAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB20; }

 p { color: rgb(205,171,32); }

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

background-color css

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

 a { background-color: rgb(205,171,32); }

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

border-color css

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

 span { border-color: rgb(205,171,32); }

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