Html Css Color HEX #CCB124 Galliano

📋 copy color: '#CCB124'

red 204 ◦ green 177 ◦ blue 36

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

Shades of Galliano #CCB124

Tints of Galliano #CCB124

RGB

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

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

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

R = 48.92%
G = 42.45%
B = 8.63%

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

#CCB124 (or 0xCCB124) is known color: Galliano. HEX triplet: CC, B1 and 24. RGB value is (204,177,36). Sum of RGB (Red+Green+Blue) = 204+177+36=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB124 is #334EDB. Grayscale: #A9A9A9. Windows color (decimal): -3362524 or 2404812. OLE color: 2404812.

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

Color convert

RGB 204 177 36 -
CMYK 0 0.13 0.82 0.2
HSL 50.36º 0.7% 0.47% -
HSV(B) 50.36º 0.82% 0.8% -
XYZ 40.94 44.41 8.08 -
YUV 169 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 204 177 36 0 0.13 0.82 0.2 50.36 0.7 0.47
Hex CC B1 24 0 D 52 14 32 46 2F
Octal 314 261 44 0 15 122 24 62 106 57
Binary 11001100 10110001 100100 0 1101 1010010 10100 110010 1000110 101111

Color Harmonies of #CCB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB124

Black with #CCB124

Text Example


Text Example

White with #CCB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB124; }

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

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

background-color css

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

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

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

border-color css

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

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

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