Html Css Color HEX #CE9910 Buddha Gold

📋 copy color: '#CE9910'

red 206 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #CE9910

Tints of Buddha Gold #CE9910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 54.93%
G = 40.8%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE9910 (or 0xCE9910) is known color: Buddha Gold. HEX triplet: CE, 99 and 10. RGB value is (206,153,16). Sum of RGB (Red+Green+Blue) = 206+153+16=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9910 is #3166EF. Grayscale: #999999. Windows color (decimal): -3237616 or 1087950. OLE color: 1087950.

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

Color convert

RGB 206 153 16 -
CMYK 0 0.26 0.92 0.19
HSL 43.26º 0.86% 0.44% -
HSV(B) 43.26º 0.92% 0.81% -
XYZ 36.94 35.94 5.48 -
YUV 153.23 50.56 165.64 -
System Red Green Blue C M Y K H S L
Decimal 206 153 16 0 0.26 0.92 0.19 43.26 0.86 0.44
Hex CE 99 10 0 1A 5C 13 2B 56 2C
Octal 316 231 20 0 32 134 23 53 126 54
Binary 11001110 10011001 10000 0 11010 1011100 10011 101011 1010110 101100

Color Harmonies of #CE9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9910

Black with #CE9910

Text Example


Text Example

White with #CE9910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9910; }

 p { color: rgb(206,153,16); }

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

background-color css

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

 a { background-color: rgb(206,153,16); }

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

border-color css

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

 span { border-color: rgb(206,153,16); }

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