Html Css Color HEX #CCAB1B Galliano

📋 copy color: '#CCAB1B'

red 204 ◦ green 171 ◦ blue 27

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

Shades of Galliano #CCAB1B

Tints of Galliano #CCAB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.72%

R = 50.75%
G = 42.54%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCAB1B (or 0xCCAB1B) is known color: Galliano. HEX triplet: CC, AB and 1B. RGB value is (204,171,27). Sum of RGB (Red+Green+Blue) = 204+171+27=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB1B is #3354E4. Grayscale: #A5A5A5. Windows color (decimal): -3364069 or 1813452. OLE color: 1813452.

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

Color convert

RGB 204 171 27 -
CMYK 0 0.16 0.87 0.2
HSL 48.81º 0.77% 0.45% -
HSV(B) 48.81º 0.87% 0.8% -
XYZ 39.66 42.04 7.06 -
YUV 164.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 204 171 27 0 0.16 0.87 0.2 48.81 0.77 0.45
Hex CC AB 1B 0 10 57 14 31 4D 2D
Octal 314 253 33 0 20 127 24 61 115 55
Binary 11001100 10101011 11011 0 10000 1010111 10100 110001 1001101 101101

Color Harmonies of #CCAB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB1B

Black with #CCAB1B

Text Example


Text Example

White with #CCAB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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