Html Css Color HEX #CEA11F Galliano

📋 copy color: '#CEA11F'

red 206 ◦ green 161 ◦ blue 31

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

Shades of Galliano #CEA11F

Tints of Galliano #CEA11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 51.76%
G = 40.45%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA11F (or 0xCEA11F) is known color: Galliano. HEX triplet: CE, A1 and 1F. RGB value is (206,161,31). Sum of RGB (Red+Green+Blue) = 206+161+31=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA11F is #315EE0. Grayscale: #A0A0A0. Windows color (decimal): -3235553 or 2073038. OLE color: 2073038.

HSL color Cylindrical-coordinate representation of color #CEA11F: hue angle of 44.57º 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 #CEA11F is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 31 -
CMYK 0 0.22 0.85 0.19
HSL 44.57º 0.74% 0.46% -
HSV(B) 44.57º 0.85% 0.81% -
XYZ 38.45 38.71 6.74 -
YUV 159.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 206 161 31 0 0.22 0.85 0.19 44.57 0.74 0.46
Hex CE A1 1F 0 16 55 13 2D 4A 2E
Octal 316 241 37 0 26 125 23 55 112 56
Binary 11001110 10100001 11111 0 10110 1010101 10011 101101 1001010 101110

Color Harmonies of #CEA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA11F

Black with #CEA11F

Text Example


Text Example

White with #CEA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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