Html Css Color HEX #CCB026 Galliano

📋 copy color: '#CCB026'

red 204 ◦ green 176 ◦ blue 38

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

Shades of Galliano #CCB026

Tints of Galliano #CCB026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.09%

R = 48.8%
G = 42.11%
B = 9.09%

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

#CCB026 (or 0xCCB026) is known color: Galliano. HEX triplet: CC, B0 and 26. RGB value is (204,176,38). Sum of RGB (Red+Green+Blue) = 204+176+38=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB026 is #334FD9. Grayscale: #A9A9A9. Windows color (decimal): -3362778 or 2535628. OLE color: 2535628.

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

Color convert

RGB 204 176 38 -
CMYK 0 0.14 0.81 0.2
HSL 49.88º 0.69% 0.47% -
HSV(B) 49.88º 0.81% 0.8% -
XYZ 40.78 44.03 8.18 -
YUV 168.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 204 176 38 0 0.14 0.81 0.2 49.88 0.69 0.47
Hex CC B0 26 0 E 51 14 32 45 2F
Octal 314 260 46 0 16 121 24 62 105 57
Binary 11001100 10110000 100110 0 1110 1010001 10100 110010 1000101 101111

Color Harmonies of #CCB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB026

Black with #CCB026

Text Example


Text Example

White with #CCB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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