Html Css Color HEX #CCB01C Galliano

📋 copy color: '#CCB01C'

red 204 ◦ green 176 ◦ blue 28

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

Shades of Galliano #CCB01C

Tints of Galliano #CCB01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 28 (11.33% from 255) = 6.86%

R = 50%
G = 43.14%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB01C (or 0xCCB01C) is known color: Galliano. HEX triplet: CC, B0 and 1C. RGB value is (204,176,28). Sum of RGB (Red+Green+Blue) = 204+176+28=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB01C is #334FE3. Grayscale: #A8A8A8. Windows color (decimal): -3362788 or 1880268. OLE color: 1880268.

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

Color convert

RGB 204 176 28 -
CMYK 0 0.14 0.86 0.2
HSL 50.45º 0.76% 0.45% -
HSV(B) 50.45º 0.86% 0.8% -
XYZ 40.64 43.97 7.44 -
YUV 167.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 204 176 28 0 0.14 0.86 0.2 50.45 0.76 0.45
Hex CC B0 1C 0 E 56 14 32 4C 2D
Octal 314 260 34 0 16 126 24 62 114 55
Binary 11001100 10110000 11100 0 1110 1010110 10100 110010 1001100 101101

Color Harmonies of #CCB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB01C

Black with #CCB01C

Text Example


Text Example

White with #CCB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB01C; }

 p { color: rgb(204,176,28); }

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

background-color css

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

 a { background-color: rgb(204,176,28); }

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

border-color css

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

 span { border-color: rgb(204,176,28); }

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