Html Css Color HEX #CEA61F Galliano

📋 copy color: '#CEA61F'

red 206 ◦ green 166 ◦ blue 31

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

Shades of Galliano #CEA61F

Tints of Galliano #CEA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 51.12%
G = 41.19%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA61F (or 0xCEA61F) is known color: Galliano. HEX triplet: CE, A6 and 1F. RGB value is (206,166,31). Sum of RGB (Red+Green+Blue) = 206+166+31=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA61F is #3159E0. Grayscale: #A3A3A3. Windows color (decimal): -3234273 or 2074318. OLE color: 2074318.

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

Color convert

RGB 206 166 31 -
CMYK 0 0.19 0.85 0.19
HSL 46.29º 0.74% 0.46% -
HSV(B) 46.29º 0.85% 0.81% -
XYZ 39.34 40.49 7.04 -
YUV 162.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 206 166 31 0 0.19 0.85 0.19 46.29 0.74 0.46
Hex CE A6 1F 0 13 55 13 2E 4A 2E
Octal 316 246 37 0 23 125 23 56 112 56
Binary 11001110 10100110 11111 0 10011 1010101 10011 101110 1001010 101110

Color Harmonies of #CEA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA61F

Black with #CEA61F

Text Example


Text Example

White with #CEA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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