Html Css Color HEX #CE9A20 Galliano

📋 copy color: '#CE9A20'

red 206 ◦ green 154 ◦ blue 32

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

Shades of Galliano #CE9A20

Tints of Galliano #CE9A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 52.55%
G = 39.29%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE9A20 (or 0xCE9A20) is known color: Galliano. HEX triplet: CE, 9A and 20. RGB value is (206,154,32). Sum of RGB (Red+Green+Blue) = 206+154+32=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A20 is #3165DF. Grayscale: #9C9C9C. Windows color (decimal): -3237344 or 2136782. OLE color: 2136782.

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

Color convert

RGB 206 154 32 -
CMYK 0 0.25 0.84 0.19
HSL 42.07º 0.73% 0.47% -
HSV(B) 42.07º 0.84% 0.81% -
XYZ 37.27 36.34 6.42 -
YUV 155.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 206 154 32 0 0.25 0.84 0.19 42.07 0.73 0.47
Hex CE 9A 20 0 19 54 13 2A 49 2F
Octal 316 232 40 0 31 124 23 52 111 57
Binary 11001110 10011010 100000 0 11001 1010100 10011 101010 1001001 101111

Color Harmonies of #CE9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A20

Black with #CE9A20

Text Example


Text Example

White with #CE9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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