Html Css Color HEX #CE9515 Buddha Gold

📋 copy color: '#CE9515'

red 206 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #CE9515

Tints of Buddha Gold #CE9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 54.79%
G = 39.63%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE9515 (or 0xCE9515) is known color: Buddha Gold. HEX triplet: CE, 95 and 15. RGB value is (206,149,21). Sum of RGB (Red+Green+Blue) = 206+149+21=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9515 is #316AEA. Grayscale: #989898. Windows color (decimal): -3238635 or 1414606. OLE color: 1414606.

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

Color convert

RGB 206 149 21 -
CMYK 0 0.28 0.90 0.19
HSL 41.51º 0.81% 0.45% -
HSV(B) 41.51º 0.9% 0.81% -
XYZ 36.34 34.67 5.49 -
YUV 151.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 206 149 21 0 0.28 0.90 0.19 41.51 0.81 0.45
Hex CE 95 15 0 1C 5A 13 2A 51 2D
Octal 316 225 25 0 34 132 23 52 121 55
Binary 11001110 10010101 10101 0 11100 1011010 10011 101010 1010001 101101

Color Harmonies of #CE9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9515

Black with #CE9515

Text Example


Text Example

White with #CE9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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