Html Css Color HEX #CE9A22 Galliano

📋 copy color: '#CE9A22'

red 206 ◦ green 154 ◦ blue 34

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

Shades of Galliano #CE9A22

Tints of Galliano #CE9A22

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 52.28%
G = 39.09%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9A22 (or 0xCE9A22) is known color: Galliano. HEX triplet: CE, 9A and 22. RGB value is (206,154,34). Sum of RGB (Red+Green+Blue) = 206+154+34=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A22 is #3165DD. Grayscale: #9C9C9C. Windows color (decimal): -3237342 or 2267854. OLE color: 2267854.

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

Color convert

RGB 206 154 34 -
CMYK 0 0.25 0.83 0.19
HSL 41.86º 0.72% 0.47% -
HSV(B) 41.86º 0.83% 0.81% -
XYZ 37.3 36.35 6.56 -
YUV 155.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 206 154 34 0 0.25 0.83 0.19 41.86 0.72 0.47
Hex CE 9A 22 0 19 53 13 2A 48 2F
Octal 316 232 42 0 31 123 23 52 110 57
Binary 11001110 10011010 100010 0 11001 1010011 10011 101010 1001000 101111

Color Harmonies of #CE9A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A22

Black with #CE9A22

Text Example


Text Example

White with #CE9A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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