Html Css Color HEX #CCB024 Galliano

📋 copy color: '#CCB024'

red 204 ◦ green 176 ◦ blue 36

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

Shades of Galliano #CCB024

Tints of Galliano #CCB024

RGB

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

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

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

R = 49.04%
G = 42.31%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB024 (or 0xCCB024) is known color: Galliano. HEX triplet: CC, B0 and 24. RGB value is (204,176,36). Sum of RGB (Red+Green+Blue) = 204+176+36=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB024 is #334FDB. Grayscale: #A9A9A9. Windows color (decimal): -3362780 or 2404556. OLE color: 2404556.

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

Color convert

RGB 204 176 36 -
CMYK 0 0.14 0.82 0.2
HSL 50º 0.7% 0.47% -
HSV(B) 50º 0.82% 0.8% -
XYZ 40.75 44.02 8.02 -
YUV 168.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 204 176 36 0 0.14 0.82 0.2 50 0.7 0.47
Hex CC B0 24 0 E 52 14 32 46 2F
Octal 314 260 44 0 16 122 24 62 106 57
Binary 11001100 10110000 100100 0 1110 1010010 10100 110010 1000110 101111

Color Harmonies of #CCB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB024

Black with #CCB024

Text Example


Text Example

White with #CCB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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