Html Css Color HEX #CEA809 Buddha Gold

📋 copy color: '#CEA809'

red 206 ◦ green 168 ◦ blue 9

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

Shades of Buddha Gold #CEA809

Tints of Buddha Gold #CEA809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.35%

R = 53.79%
G = 43.86%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA809 (or 0xCEA809) is known color: Buddha Gold. HEX triplet: CE, A8 and 09. RGB value is (206,168,9). Sum of RGB (Red+Green+Blue) = 206+168+9=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA809 is #3157F6. Grayscale: #A1A1A1. Windows color (decimal): -3233783 or 633038. OLE color: 633038.

HSL color Cylindrical-coordinate representation of color #CEA809: hue angle of 48.43º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEA809 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 9 -
CMYK 0 0.18 0.96 0.19
HSL 48.43º 0.92% 0.42% -
HSV(B) 48.43º 0.96% 0.81% -
XYZ 39.51 41.15 6.12 -
YUV 161.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 206 168 9 0 0.18 0.96 0.19 48.43 0.92 0.42
Hex CE A8 9 0 12 60 13 30 5C 2A
Octal 316 250 11 0 22 140 23 60 134 52
Binary 11001110 10101000 1001 0 10010 1100000 10011 110000 1011100 101010

Color Harmonies of #CEA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA809

Black with #CEA809

Text Example


Text Example

White with #CEA809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA809; }

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

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

background-color css

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

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

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

border-color css

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

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

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