Html Css Color HEX #CCA21F Galliano

📋 copy color: '#CCA21F'

red 204 ◦ green 162 ◦ blue 31

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

Shades of Galliano #CCA21F

Tints of Galliano #CCA21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 51.39%
G = 40.81%
B = 7.81%

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

#CCA21F (or 0xCCA21F) is known color: Galliano. HEX triplet: CC, A2 and 1F. RGB value is (204,162,31). Sum of RGB (Red+Green+Blue) = 204+162+31=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA21F is #335DE0. Grayscale: #A0A0A0. Windows color (decimal): -3366369 or 2073292. OLE color: 2073292.

HSL color Cylindrical-coordinate representation of color #CCA21F: hue angle of 45.43º 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 #CCA21F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 31 -
CMYK 0 0.21 0.85 0.2
HSL 45.43º 0.74% 0.46% -
HSV(B) 45.43º 0.85% 0.8% -
XYZ 38.07 38.78 6.77 -
YUV 159.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 204 162 31 0 0.21 0.85 0.2 45.43 0.74 0.46
Hex CC A2 1F 0 15 55 14 2D 4A 2E
Octal 314 242 37 0 25 125 24 55 112 56
Binary 11001100 10100010 11111 0 10101 1010101 10100 101101 1001010 101110

Color Harmonies of #CCA21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA21F

Black with #CCA21F

Text Example


Text Example

White with #CCA21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA21F; }

 p { color: rgb(204,162,31); }

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

background-color css

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

 a { background-color: rgb(204,162,31); }

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

border-color css

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

 span { border-color: rgb(204,162,31); }

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