Html Css Color HEX #CCB027 Galliano

📋 copy color: '#CCB027'

red 204 ◦ green 176 ◦ blue 39

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

Shades of Galliano #CCB027

Tints of Galliano #CCB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 48.69%
G = 42%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB027 (or 0xCCB027) is known color: Galliano. HEX triplet: CC, B0 and 27. RGB value is (204,176,39). Sum of RGB (Red+Green+Blue) = 204+176+39=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB027 is #334FD8. Grayscale: #A9A9A9. Windows color (decimal): -3362777 or 2601164. OLE color: 2601164.

HSL color Cylindrical-coordinate representation of color #CCB027: hue angle of 49.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCB027 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 39 -
CMYK 0 0.14 0.81 0.2
HSL 49.82º 0.68% 0.48% -
HSV(B) 49.82º 0.81% 0.8% -
XYZ 40.79 44.03 8.27 -
YUV 168.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 204 176 39 0 0.14 0.81 0.2 49.82 0.68 0.48
Hex CC B0 27 0 E 51 14 32 44 30
Octal 314 260 47 0 16 121 24 62 104 60
Binary 11001100 10110000 100111 0 1110 1010001 10100 110010 1000100 110000

Color Harmonies of #CCB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB027

Black with #CCB027

Text Example


Text Example

White with #CCB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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