Html Css Color HEX #CCB222 Galliano

📋 copy color: '#CCB222'

red 204 ◦ green 178 ◦ blue 34

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

Shades of Galliano #CCB222

Tints of Galliano #CCB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 49.04%
G = 42.79%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB222 (or 0xCCB222) is known color: Galliano. HEX triplet: CC, B2 and 22. RGB value is (204,178,34). Sum of RGB (Red+Green+Blue) = 204+178+34=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB222 is #334DDD. Grayscale: #A9A9A9. Windows color (decimal): -3362270 or 2273996. OLE color: 2273996.

HSL color Cylindrical-coordinate representation of color #CCB222: hue angle of 50.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB222 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 34 -
CMYK 0 0.13 0.83 0.2
HSL 50.82º 0.71% 0.47% -
HSV(B) 50.82º 0.83% 0.8% -
XYZ 41.11 44.79 7.99 -
YUV 169.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 204 178 34 0 0.13 0.83 0.2 50.82 0.71 0.47
Hex CC B2 22 0 D 53 14 33 47 2F
Octal 314 262 42 0 15 123 24 63 107 57
Binary 11001100 10110010 100010 0 1101 1010011 10100 110011 1000111 101111

Color Harmonies of #CCB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB222

Black with #CCB222

Text Example


Text Example

White with #CCB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB222; }

 p { color: rgb(204,178,34); }

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

background-color css

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

 a { background-color: rgb(204,178,34); }

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

border-color css

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

 span { border-color: rgb(204,178,34); }

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