Html Css Color HEX #CCB022 Galliano

📋 copy color: '#CCB022'

red 204 ◦ green 176 ◦ blue 34

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

Shades of Galliano #CCB022

Tints of Galliano #CCB022

RGB

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

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

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

R = 49.28%
G = 42.51%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB022 (or 0xCCB022) is known color: Galliano. HEX triplet: CC, B0 and 22. RGB value is (204,176,34). Sum of RGB (Red+Green+Blue) = 204+176+34=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB022 is #334FDD. Grayscale: #A8A8A8. Windows color (decimal): -3362782 or 2273484. OLE color: 2273484.

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

Color convert

RGB 204 176 34 -
CMYK 0 0.14 0.83 0.2
HSL 50.12º 0.71% 0.47% -
HSV(B) 50.12º 0.83% 0.8% -
XYZ 40.72 44 7.86 -
YUV 168.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 204 176 34 0 0.14 0.83 0.2 50.12 0.71 0.47
Hex CC B0 22 0 E 53 14 32 47 2F
Octal 314 260 42 0 16 123 24 62 107 57
Binary 11001100 10110000 100010 0 1110 1010011 10100 110010 1000111 101111

Color Harmonies of #CCB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB022

Black with #CCB022

Text Example


Text Example

White with #CCB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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