Html Css Color HEX #CEAB22 Galliano

📋 copy color: '#CEAB22'

red 206 ◦ green 171 ◦ blue 34

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

Shades of Galliano #CEAB22

Tints of Galliano #CEAB22

RGB

 RED value IS 206 (80.86% from 255) = 50.12%

 GREEN value IS 171 (67.19% from 255) = 41.61%

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

R = 50.12%
G = 41.61%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEAB22 (or 0xCEAB22) is known color: Galliano. HEX triplet: CE, AB and 22. RGB value is (206,171,34). Sum of RGB (Red+Green+Blue) = 206+171+34=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB22 is #3154DD. Grayscale: #A6A6A6. Windows color (decimal): -3232990 or 2272206. OLE color: 2272206.

HSL color Cylindrical-coordinate representation of color #CEAB22: hue angle of 47.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEAB22 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 34 -
CMYK 0 0.17 0.83 0.19
HSL 47.79º 0.72% 0.47% -
HSV(B) 47.79º 0.83% 0.81% -
XYZ 40.31 42.36 7.57 -
YUV 165.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 206 171 34 0 0.17 0.83 0.19 47.79 0.72 0.47
Hex CE AB 22 0 11 53 13 30 48 2F
Octal 316 253 42 0 21 123 23 60 110 57
Binary 11001110 10101011 100010 0 10001 1010011 10011 110000 1001000 101111

Color Harmonies of #CEAB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB22

Black with #CEAB22

Text Example


Text Example

White with #CEAB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB22; }

 p { color: rgb(206,171,34); }

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

background-color css

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

 a { background-color: rgb(206,171,34); }

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

border-color css

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

 span { border-color: rgb(206,171,34); }

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