Html Css Color HEX #CE9317 Buddha Gold

📋 copy color: '#CE9317'

red 206 ◦ green 147 ◦ blue 23

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

Shades of Buddha Gold #CE9317

Tints of Buddha Gold #CE9317

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 54.79%
G = 39.1%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE9317 (or 0xCE9317) is known color: Buddha Gold. HEX triplet: CE, 93 and 17. RGB value is (206,147,23). Sum of RGB (Red+Green+Blue) = 206+147+23=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9317 is #316CE8. Grayscale: #979797. Windows color (decimal): -3239145 or 1545166. OLE color: 1545166.

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

Color convert

RGB 206 147 23 -
CMYK 0 0.29 0.89 0.19
HSL 40.66º 0.8% 0.45% -
HSV(B) 40.66º 0.89% 0.81% -
XYZ 36.04 34.05 5.48 -
YUV 150.51 56.05 167.58 -
System Red Green Blue C M Y K H S L
Decimal 206 147 23 0 0.29 0.89 0.19 40.66 0.8 0.45
Hex CE 93 17 0 1D 59 13 29 50 2D
Octal 316 223 27 0 35 131 23 51 120 55
Binary 11001110 10010011 10111 0 11101 1011001 10011 101001 1010000 101101

Color Harmonies of #CE9317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9317

Black with #CE9317

Text Example


Text Example

White with #CE9317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9317; }

 p { color: rgb(206,147,23); }

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

background-color css

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

 a { background-color: rgb(206,147,23); }

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

border-color css

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

 span { border-color: rgb(206,147,23); }

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