Html Css Color HEX #CDAF20 Galliano

📋 copy color: '#CDAF20'

red 205 ◦ green 175 ◦ blue 32

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

Shades of Galliano #CDAF20

Tints of Galliano #CDAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 49.76%
G = 42.48%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDAF20 (or 0xCDAF20) is known color: Galliano. HEX triplet: CD, AF and 20. RGB value is (205,175,32). Sum of RGB (Red+Green+Blue) = 205+175+32=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF20 is #3250DF. Grayscale: #A8A8A8. Windows color (decimal): -3297504 or 2142157. OLE color: 2142157.

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

Color convert

RGB 205 175 32 -
CMYK 0 0.15 0.84 0.20
HSL 49.6º 0.73% 0.46% -
HSV(B) 49.6º 0.84% 0.8% -
XYZ 40.77 43.74 7.66 -
YUV 167.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 205 175 32 0 0.15 0.84 0.20 49.6 0.73 0.46
Hex CD AF 20 0 F 54 14 32 49 2E
Octal 315 257 40 0 17 124 24 62 111 56
Binary 11001101 10101111 100000 0 1111 1010100 10100 110010 1001001 101110

Color Harmonies of #CDAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF20

Black with #CDAF20

Text Example


Text Example

White with #CDAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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