Html Css Color HEX #CEA80F Galliano

📋 copy color: '#CEA80F'

red 206 ◦ green 168 ◦ blue 15

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

Shades of Galliano #CEA80F

Tints of Galliano #CEA80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

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

R = 52.96%
G = 43.19%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA80F (or 0xCEA80F) is known color: Galliano. HEX triplet: CE, A8 and 0F. RGB value is (206,168,15). Sum of RGB (Red+Green+Blue) = 206+168+15=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA80F is #3157F0. Grayscale: #A2A2A2. Windows color (decimal): -3233777 or 1026254. OLE color: 1026254.

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

Color convert

RGB 206 168 15 -
CMYK 0 0.18 0.93 0.19
HSL 48.06º 0.86% 0.43% -
HSV(B) 48.06º 0.93% 0.81% -
XYZ 39.54 41.16 6.31 -
YUV 161.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 206 168 15 0 0.18 0.93 0.19 48.06 0.86 0.43
Hex CE A8 F 0 12 5D 13 30 56 2B
Octal 316 250 17 0 22 135 23 60 126 53
Binary 11001110 10101000 1111 0 10010 1011101 10011 110000 1010110 101011

Color Harmonies of #CEA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA80F

Black with #CEA80F

Text Example


Text Example

White with #CEA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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