Html Css Color HEX #CE9F28 Galliano

📋 copy color: '#CE9F28'

red 206 ◦ green 159 ◦ blue 40

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

Shades of Galliano #CE9F28

Tints of Galliano #CE9F28

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 50.86%
G = 39.26%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE9F28 (or 0xCE9F28) is known color: Galliano. HEX triplet: CE, 9F and 28. RGB value is (206,159,40). Sum of RGB (Red+Green+Blue) = 206+159+40=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F28 is #3160D7. Grayscale: #A0A0A0. Windows color (decimal): -3236056 or 2662350. OLE color: 2662350.

HSL color Cylindrical-coordinate representation of color #CE9F28: hue angle of 43.01º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE9F28 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 159 40 -
CMYK 0 0.23 0.81 0.19
HSL 43.01º 0.67% 0.48% -
HSV(B) 43.01º 0.81% 0.81% -
XYZ 38.23 38.07 7.34 -
YUV 159.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 206 159 40 0 0.23 0.81 0.19 43.01 0.67 0.48
Hex CE 9F 28 0 17 51 13 2B 43 30
Octal 316 237 50 0 27 121 23 53 103 60
Binary 11001110 10011111 101000 0 10111 1010001 10011 101011 1000011 110000

Color Harmonies of #CE9F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F28

Black with #CE9F28

Text Example


Text Example

White with #CE9F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F28; }

 p { color: rgb(206,159,40); }

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

background-color css

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

 a { background-color: rgb(206,159,40); }

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

border-color css

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

 span { border-color: rgb(206,159,40); }

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