Html Css Color HEX #CCB324 Galliano

📋 copy color: '#CCB324'

red 204 ◦ green 179 ◦ blue 36

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

Shades of Galliano #CCB324

Tints of Galliano #CCB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

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

R = 48.69%
G = 42.72%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB324 (or 0xCCB324) is known color: Galliano. HEX triplet: CC, B3 and 24. RGB value is (204,179,36). Sum of RGB (Red+Green+Blue) = 204+179+36=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB324 is #334CDB. Grayscale: #AAAAAA. Windows color (decimal): -3362012 or 2405324. OLE color: 2405324.

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

Color convert

RGB 204 179 36 -
CMYK 0 0.12 0.82 0.2
HSL 51.07º 0.7% 0.47% -
HSV(B) 51.07º 0.82% 0.8% -
XYZ 41.34 45.2 8.22 -
YUV 170.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 204 179 36 0 0.12 0.82 0.2 51.07 0.7 0.47
Hex CC B3 24 0 C 52 14 33 46 2F
Octal 314 263 44 0 14 122 24 63 106 57
Binary 11001100 10110011 100100 0 1100 1010010 10100 110011 1000110 101111

Color Harmonies of #CCB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB324

Black with #CCB324

Text Example


Text Example

White with #CCB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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