Html Css Color HEX #CEA51F Galliano

📋 copy color: '#CEA51F'

red 206 ◦ green 165 ◦ blue 31

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

Shades of Galliano #CEA51F

Tints of Galliano #CEA51F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 51.24%
G = 41.04%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA51F (or 0xCEA51F) is known color: Galliano. HEX triplet: CE, A5 and 1F. RGB value is (206,165,31). Sum of RGB (Red+Green+Blue) = 206+165+31=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA51F is #315AE0. Grayscale: #A2A2A2. Windows color (decimal): -3234529 or 2074062. OLE color: 2074062.

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

Color convert

RGB 206 165 31 -
CMYK 0 0.20 0.85 0.19
HSL 45.94º 0.74% 0.46% -
HSV(B) 45.94º 0.85% 0.81% -
XYZ 39.16 40.13 6.98 -
YUV 161.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 206 165 31 0 0.20 0.85 0.19 45.94 0.74 0.46
Hex CE A5 1F 0 14 55 13 2E 4A 2E
Octal 316 245 37 0 24 125 23 56 112 56
Binary 11001110 10100101 11111 0 10100 1010101 10011 101110 1001010 101110

Color Harmonies of #CEA51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA51F

Black with #CEA51F

Text Example


Text Example

White with #CEA51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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