Html Css Color HEX #CE9B23 Galliano

📋 copy color: '#CE9B23'

red 206 ◦ green 155 ◦ blue 35

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

Shades of Galliano #CE9B23

Tints of Galliano #CE9B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.84%

R = 52.02%
G = 39.14%
B = 8.84%

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

#CE9B23 (or 0xCE9B23) is known color: Galliano. HEX triplet: CE, 9B and 23. RGB value is (206,155,35). Sum of RGB (Red+Green+Blue) = 206+155+35=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B23 is #3164DC. Grayscale: #9D9D9D. Windows color (decimal): -3237085 or 2333646. OLE color: 2333646.

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

Color convert

RGB 206 155 35 -
CMYK 0 0.25 0.83 0.19
HSL 42.11º 0.71% 0.47% -
HSV(B) 42.11º 0.83% 0.81% -
XYZ 37.48 36.69 6.7 -
YUV 156.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 206 155 35 0 0.25 0.83 0.19 42.11 0.71 0.47
Hex CE 9B 23 0 19 53 13 2A 47 2F
Octal 316 233 43 0 31 123 23 52 107 57
Binary 11001110 10011011 100011 0 11001 1010011 10011 101010 1000111 101111

Color Harmonies of #CE9B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B23

Black with #CE9B23

Text Example


Text Example

White with #CE9B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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