Html Css Color HEX #CE9911 Buddha Gold

📋 copy color: '#CE9911'

red 206 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #CE9911

Tints of Buddha Gold #CE9911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 54.79%
G = 40.69%
B = 4.52%

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

#CE9911 (or 0xCE9911) is known color: Buddha Gold. HEX triplet: CE, 99 and 11. RGB value is (206,153,17). Sum of RGB (Red+Green+Blue) = 206+153+17=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9911 is #3166EE. Grayscale: #999999. Windows color (decimal): -3237615 or 1153486. OLE color: 1153486.

HSL color Cylindrical-coordinate representation of color #CE9911: hue angle of 43.17º degrees, saturation: 0.85, 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 #CE9911 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 17 -
CMYK 0 0.26 0.92 0.19
HSL 43.17º 0.85% 0.44% -
HSV(B) 43.17º 0.92% 0.81% -
XYZ 36.95 35.94 5.52 -
YUV 153.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 206 153 17 0 0.26 0.92 0.19 43.17 0.85 0.44
Hex CE 99 11 0 1A 5C 13 2B 55 2C
Octal 316 231 21 0 32 134 23 53 125 54
Binary 11001110 10011001 10001 0 11010 1011100 10011 101011 1010101 101100

Color Harmonies of #CE9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9911

Black with #CE9911

Text Example


Text Example

White with #CE9911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9911; }

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

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

background-color css

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

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

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

border-color css

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

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

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