Html Css Color HEX #CE9815 Buddha Gold

📋 copy color: '#CE9815'

red 206 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #CE9815

Tints of Buddha Gold #CE9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 54.35%
G = 40.11%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE9815 (or 0xCE9815) is known color: Buddha Gold. HEX triplet: CE, 98 and 15. RGB value is (206,152,21). Sum of RGB (Red+Green+Blue) = 206+152+21=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9815 is #3167EA. Grayscale: #999999. Windows color (decimal): -3237867 or 1415374. OLE color: 1415374.

HSL color Cylindrical-coordinate representation of color #CE9815: hue angle of 42.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE9815 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 152 21 -
CMYK 0 0.26 0.90 0.19
HSL 42.49º 0.81% 0.45% -
HSV(B) 42.49º 0.9% 0.81% -
XYZ 36.82 35.63 5.65 -
YUV 153.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 206 152 21 0 0.26 0.90 0.19 42.49 0.81 0.45
Hex CE 98 15 0 1A 5A 13 2A 51 2D
Octal 316 230 25 0 32 132 23 52 121 55
Binary 11001110 10011000 10101 0 11010 1011010 10011 101010 1010001 101101

Color Harmonies of #CE9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9815

Black with #CE9815

Text Example


Text Example

White with #CE9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9815; }

 p { color: rgb(206,152,21); }

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

background-color css

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

 a { background-color: rgb(206,152,21); }

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

border-color css

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

 span { border-color: rgb(206,152,21); }

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