Html Css Color HEX #CCAB1F Galliano

📋 copy color: '#CCAB1F'

red 204 ◦ green 171 ◦ blue 31

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

Shades of Galliano #CCAB1F

Tints of Galliano #CCAB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

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

R = 50.25%
G = 42.12%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCAB1F (or 0xCCAB1F) is known color: Galliano. HEX triplet: CC, AB and 1F. RGB value is (204,171,31). Sum of RGB (Red+Green+Blue) = 204+171+31=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB1F is #3354E0. Grayscale: #A5A5A5. Windows color (decimal): -3364065 or 2075596. OLE color: 2075596.

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

Color convert

RGB 204 171 31 -
CMYK 0 0.16 0.85 0.2
HSL 48.55º 0.74% 0.46% -
HSV(B) 48.55º 0.85% 0.8% -
XYZ 39.71 42.06 7.32 -
YUV 164.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 204 171 31 0 0.16 0.85 0.2 48.55 0.74 0.46
Hex CC AB 1F 0 10 55 14 31 4A 2E
Octal 314 253 37 0 20 125 24 61 112 56
Binary 11001100 10101011 11111 0 10000 1010101 10100 110001 1001010 101110

Color Harmonies of #CCAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB1F

Black with #CCAB1F

Text Example


Text Example

White with #CCAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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