Html Css Color HEX #CCB11F Galliano

📋 copy color: '#CCB11F'

red 204 ◦ green 177 ◦ blue 31

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

Shades of Galliano #CCB11F

Tints of Galliano #CCB11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

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

R = 49.51%
G = 42.96%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCB11F (or 0xCCB11F) is known color: Galliano. HEX triplet: CC, B1 and 1F. RGB value is (204,177,31). Sum of RGB (Red+Green+Blue) = 204+177+31=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11F is #334EE0. Grayscale: #A9A9A9. Windows color (decimal): -3362529 or 2077132. OLE color: 2077132.

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

Color convert

RGB 204 177 31 -
CMYK 0 0.13 0.85 0.2
HSL 50.64º 0.74% 0.46% -
HSV(B) 50.64º 0.85% 0.8% -
XYZ 40.87 44.38 7.71 -
YUV 168.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 204 177 31 0 0.13 0.85 0.2 50.64 0.74 0.46
Hex CC B1 1F 0 D 55 14 33 4A 2E
Octal 314 261 37 0 15 125 24 63 112 56
Binary 11001100 10110001 11111 0 1101 1010101 10100 110011 1001010 101110

Color Harmonies of #CCB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB11F

Black with #CCB11F

Text Example


Text Example

White with #CCB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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