Html Css Color HEX #CE9716 Buddha Gold

📋 copy color: '#CE9716'

red 206 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #CE9716

Tints of Buddha Gold #CE9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.84%

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 54.35%
G = 39.84%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE9716 (or 0xCE9716) is known color: Buddha Gold. HEX triplet: CE, 97 and 16. RGB value is (206,151,22). Sum of RGB (Red+Green+Blue) = 206+151+22=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9716 is #3168E9. Grayscale: #999999. Windows color (decimal): -3238122 or 1480654. OLE color: 1480654.

HSL color Cylindrical-coordinate representation of color #CE9716: hue angle of 42.07º degrees, saturation: 0.81, 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 #CE9716 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 22 -
CMYK 0 0.27 0.89 0.19
HSL 42.07º 0.81% 0.45% -
HSV(B) 42.07º 0.89% 0.81% -
XYZ 36.67 35.31 5.64 -
YUV 152.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 206 151 22 0 0.27 0.89 0.19 42.07 0.81 0.45
Hex CE 97 16 0 1B 59 13 2A 51 2D
Octal 316 227 26 0 33 131 23 52 121 55
Binary 11001110 10010111 10110 0 11011 1011001 10011 101010 1010001 101101

Color Harmonies of #CE9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9716

Black with #CE9716

Text Example


Text Example

White with #CE9716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9716; }

 p { color: rgb(206,151,22); }

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

background-color css

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

 a { background-color: rgb(206,151,22); }

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

border-color css

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

 span { border-color: rgb(206,151,22); }

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