Html Css Color HEX #CCA31F Galliano

📋 copy color: '#CCA31F'

red 204 ◦ green 163 ◦ blue 31

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

Shades of Galliano #CCA31F

Tints of Galliano #CCA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

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

R = 51.26%
G = 40.95%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCA31F (or 0xCCA31F) is known color: Galliano. HEX triplet: CC, A3 and 1F. RGB value is (204,163,31). Sum of RGB (Red+Green+Blue) = 204+163+31=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA31F is #335CE0. Grayscale: #A0A0A0. Windows color (decimal): -3366113 or 2073548. OLE color: 2073548.

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

Color convert

RGB 204 163 31 -
CMYK 0 0.20 0.85 0.2
HSL 45.78º 0.74% 0.46% -
HSV(B) 45.78º 0.85% 0.8% -
XYZ 38.25 39.13 6.83 -
YUV 160.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 204 163 31 0 0.20 0.85 0.2 45.78 0.74 0.46
Hex CC A3 1F 0 14 55 14 2E 4A 2E
Octal 314 243 37 0 24 125 24 56 112 56
Binary 11001100 10100011 11111 0 10100 1010101 10100 101110 1001010 101110

Color Harmonies of #CCA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA31F

Black with #CCA31F

Text Example


Text Example

White with #CCA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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