Html Css Color HEX #CCB122 Galliano

📋 copy color: '#CCB122'

red 204 ◦ green 177 ◦ blue 34

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

Shades of Galliano #CCB122

Tints of Galliano #CCB122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 49.16%
G = 42.65%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB122 (or 0xCCB122) is known color: Galliano. HEX triplet: CC, B1 and 22. RGB value is (204,177,34). Sum of RGB (Red+Green+Blue) = 204+177+34=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB122 is #334EDD. Grayscale: #A9A9A9. Windows color (decimal): -3362526 or 2273740. OLE color: 2273740.

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

Color convert

RGB 204 177 34 -
CMYK 0 0.13 0.83 0.2
HSL 50.47º 0.71% 0.47% -
HSV(B) 50.47º 0.83% 0.8% -
XYZ 40.91 44.4 7.93 -
YUV 168.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 204 177 34 0 0.13 0.83 0.2 50.47 0.71 0.47
Hex CC B1 22 0 D 53 14 32 47 2F
Octal 314 261 42 0 15 123 24 62 107 57
Binary 11001100 10110001 100010 0 1101 1010011 10100 110010 1000111 101111

Color Harmonies of #CCB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB122

Black with #CCB122

Text Example


Text Example

White with #CCB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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