Html Css Color HEX #CCA02F Galliano

📋 copy color: '#CCA02F'

red 204 ◦ green 160 ◦ blue 47

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

Shades of Galliano #CCA02F

Tints of Galliano #CCA02F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 49.64%
G = 38.93%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCA02F (or 0xCCA02F) is known color: Galliano. HEX triplet: CC, A0 and 2F. RGB value is (204,160,47). Sum of RGB (Red+Green+Blue) = 204+160+47=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA02F is #335FD0. Grayscale: #A0A0A0. Windows color (decimal): -3366865 or 3121356. OLE color: 3121356.

HSL color Cylindrical-coordinate representation of color #CCA02F: hue angle of 43.18º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCA02F is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 47 -
CMYK 0 0.22 0.77 0.2
HSL 43.18º 0.63% 0.49% -
HSV(B) 43.18º 0.77% 0.8% -
XYZ 37.99 38.18 8.06 -
YUV 160.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 204 160 47 0 0.22 0.77 0.2 43.18 0.63 0.49
Hex CC A0 2F 0 16 4D 14 2B 3F 31
Octal 314 240 57 0 26 115 24 53 77 61
Binary 11001100 10100000 101111 0 10110 1001101 10100 101011 111111 110001

Color Harmonies of #CCA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA02F

Black with #CCA02F

Text Example


Text Example

White with #CCA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA02F; }

 p { color: rgb(204,160,47); }

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

background-color css

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

 a { background-color: rgb(204,160,47); }

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

border-color css

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

 span { border-color: rgb(204,160,47); }

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