Html Css Color HEX #CE9B26 Galliano

📋 copy color: '#CE9B26'

red 206 ◦ green 155 ◦ blue 38

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

Shades of Galliano #CE9B26

Tints of Galliano #CE9B26

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 51.63%
G = 38.85%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9B26 (or 0xCE9B26) is known color: Galliano. HEX triplet: CE, 9B and 26. RGB value is (206,155,38). Sum of RGB (Red+Green+Blue) = 206+155+38=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B26 is #3164D9. Grayscale: #9D9D9D. Windows color (decimal): -3237082 or 2530254. OLE color: 2530254.

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

Color convert

RGB 206 155 38 -
CMYK 0 0.25 0.82 0.19
HSL 41.79º 0.69% 0.48% -
HSV(B) 41.79º 0.82% 0.81% -
XYZ 37.52 36.7 6.94 -
YUV 156.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 206 155 38 0 0.25 0.82 0.19 41.79 0.69 0.48
Hex CE 9B 26 0 19 52 13 2A 45 30
Octal 316 233 46 0 31 122 23 52 105 60
Binary 11001110 10011011 100110 0 11001 1010010 10011 101010 1000101 110000

Color Harmonies of #CE9B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B26

Black with #CE9B26

Text Example


Text Example

White with #CE9B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B26; }

 p { color: rgb(206,155,38); }

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

background-color css

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

 a { background-color: rgb(206,155,38); }

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

border-color css

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

 span { border-color: rgb(206,155,38); }

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