Html Css Color HEX #CCB224 Galliano

📋 copy color: '#CCB224'

red 204 ◦ green 178 ◦ blue 36

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

Shades of Galliano #CCB224

Tints of Galliano #CCB224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 48.8%
G = 42.58%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB224 (or 0xCCB224) is known color: Galliano. HEX triplet: CC, B2 and 24. RGB value is (204,178,36). Sum of RGB (Red+Green+Blue) = 204+178+36=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB224 is #334DDB. Grayscale: #AAAAAA. Windows color (decimal): -3362268 or 2405068. OLE color: 2405068.

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

Color convert

RGB 204 178 36 -
CMYK 0 0.13 0.82 0.2
HSL 50.71º 0.7% 0.47% -
HSV(B) 50.71º 0.82% 0.8% -
XYZ 41.14 44.81 8.15 -
YUV 169.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 204 178 36 0 0.13 0.82 0.2 50.71 0.7 0.47
Hex CC B2 24 0 D 52 14 33 46 2F
Octal 314 262 44 0 15 122 24 63 106 57
Binary 11001100 10110010 100100 0 1101 1010010 10100 110011 1000110 101111

Color Harmonies of #CCB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB224

Black with #CCB224

Text Example


Text Example

White with #CCB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB224; }

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

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

background-color css

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

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

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

border-color css

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

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

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