Html Css Color HEX #CCB126 Galliano

📋 copy color: '#CCB126'

red 204 ◦ green 177 ◦ blue 38

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

Shades of Galliano #CCB126

Tints of Galliano #CCB126

RGB

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

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

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

R = 48.69%
G = 42.24%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB126 (or 0xCCB126) is known color: Galliano. HEX triplet: CC, B1 and 26. RGB value is (204,177,38). Sum of RGB (Red+Green+Blue) = 204+177+38=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB126 is #334ED9. Grayscale: #A9A9A9. Windows color (decimal): -3362522 or 2535884. OLE color: 2535884.

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

Color convert

RGB 204 177 38 -
CMYK 0 0.13 0.81 0.2
HSL 50.24º 0.69% 0.47% -
HSV(B) 50.24º 0.81% 0.8% -
XYZ 40.97 44.42 8.25 -
YUV 169.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 204 177 38 0 0.13 0.81 0.2 50.24 0.69 0.47
Hex CC B1 26 0 D 51 14 32 45 2F
Octal 314 261 46 0 15 121 24 62 105 57
Binary 11001100 10110001 100110 0 1101 1010001 10100 110010 1000101 101111

Color Harmonies of #CCB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB126

Black with #CCB126

Text Example


Text Example

White with #CCB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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