Html Css Color HEX #CEA50F Galliano

📋 copy color: '#CEA50F'

red 206 ◦ green 165 ◦ blue 15

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

Shades of Galliano #CEA50F

Tints of Galliano #CEA50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 53.37%
G = 42.75%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA50F (or 0xCEA50F) is known color: Galliano. HEX triplet: CE, A5 and 0F. RGB value is (206,165,15). Sum of RGB (Red+Green+Blue) = 206+165+15=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA50F is #315AF0. Grayscale: #A0A0A0. Windows color (decimal): -3234545 or 1025486. OLE color: 1025486.

HSL color Cylindrical-coordinate representation of color #CEA50F: hue angle of 47.12º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEA50F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 15 -
CMYK 0 0.20 0.93 0.19
HSL 47.12º 0.86% 0.43% -
HSV(B) 47.12º 0.93% 0.81% -
XYZ 38.99 40.07 6.13 -
YUV 160.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 206 165 15 0 0.20 0.93 0.19 47.12 0.86 0.43
Hex CE A5 F 0 14 5D 13 2F 56 2B
Octal 316 245 17 0 24 135 23 57 126 53
Binary 11001110 10100101 1111 0 10100 1011101 10011 101111 1010110 101011

Color Harmonies of #CEA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA50F

Black with #CEA50F

Text Example


Text Example

White with #CEA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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