Html Css Color HEX #CE9B1F Galliano

📋 copy color: '#CE9B1F'

red 206 ◦ green 155 ◦ blue 31

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

Shades of Galliano #CE9B1F

Tints of Galliano #CE9B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 52.55%
G = 39.54%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE9B1F (or 0xCE9B1F) is known color: Galliano. HEX triplet: CE, 9B and 1F. RGB value is (206,155,31). Sum of RGB (Red+Green+Blue) = 206+155+31=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B1F is #3164E0. Grayscale: #9C9C9C. Windows color (decimal): -3237089 or 2071502. OLE color: 2071502.

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

Color convert

RGB 206 155 31 -
CMYK 0 0.25 0.85 0.19
HSL 42.51º 0.74% 0.46% -
HSV(B) 42.51º 0.85% 0.81% -
XYZ 37.42 36.66 6.4 -
YUV 156.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 206 155 31 0 0.25 0.85 0.19 42.51 0.74 0.46
Hex CE 9B 1F 0 19 55 13 2B 4A 2E
Octal 316 233 37 0 31 125 23 53 112 56
Binary 11001110 10011011 11111 0 11001 1010101 10011 101011 1001010 101110

Color Harmonies of #CE9B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B1F

Black with #CE9B1F

Text Example


Text Example

White with #CE9B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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