Html Css Color HEX #CCA11E Galliano

📋 copy color: '#CCA11E'

red 204 ◦ green 161 ◦ blue 30

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

Shades of Galliano #CCA11E

Tints of Galliano #CCA11E

RGB

 RED value IS 204 (80.08% from 255) = 51.65%

 GREEN value IS 161 (63.28% from 255) = 40.76%

 BLUE value IS 30 (12.11% from 255) = 7.59%

R = 51.65%
G = 40.76%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCA11E (or 0xCCA11E) is known color: Galliano. HEX triplet: CC, A1 and 1E. RGB value is (204,161,30). Sum of RGB (Red+Green+Blue) = 204+161+30=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA11E is #335EE1. Grayscale: #9F9F9F. Windows color (decimal): -3366626 or 2007500. OLE color: 2007500.

HSL color Cylindrical-coordinate representation of color #CCA11E: hue angle of 45.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCA11E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 30 -
CMYK 0 0.21 0.85 0.2
HSL 45.17º 0.74% 0.46% -
HSV(B) 45.17º 0.85% 0.8% -
XYZ 37.88 38.42 6.65 -
YUV 158.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 204 161 30 0 0.21 0.85 0.2 45.17 0.74 0.46
Hex CC A1 1E 0 15 55 14 2D 4A 2E
Octal 314 241 36 0 25 125 24 55 112 56
Binary 11001100 10100001 11110 0 10101 1010101 10100 101101 1001010 101110

Color Harmonies of #CCA11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA11E

Black with #CCA11E

Text Example


Text Example

White with #CCA11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA11E; }

 p { color: rgb(204,161,30); }

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

background-color css

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

 a { background-color: rgb(204,161,30); }

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

border-color css

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

 span { border-color: rgb(204,161,30); }

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