Html Css Color HEX #CE9B11 Buddha Gold

📋 copy color: '#CE9B11'

red 206 ◦ green 155 ◦ blue 17

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

Shades of Buddha Gold #CE9B11

Tints of Buddha Gold #CE9B11

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

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

R = 54.5%
G = 41.01%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE9B11 (or 0xCE9B11) is known color: Buddha Gold. HEX triplet: CE, 9B and 11. RGB value is (206,155,17). Sum of RGB (Red+Green+Blue) = 206+155+17=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B11 is #3164EE. Grayscale: #9B9B9B. Windows color (decimal): -3237103 or 1153998. OLE color: 1153998.

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

Color convert

RGB 206 155 17 -
CMYK 0 0.25 0.92 0.19
HSL 43.81º 0.85% 0.44% -
HSV(B) 43.81º 0.92% 0.81% -
XYZ 37.28 36.6 5.63 -
YUV 154.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 206 155 17 0 0.25 0.92 0.19 43.81 0.85 0.44
Hex CE 9B 11 0 19 5C 13 2C 55 2C
Octal 316 233 21 0 31 134 23 54 125 54
Binary 11001110 10011011 10001 0 11001 1011100 10011 101100 1010101 101100

Color Harmonies of #CE9B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B11

Black with #CE9B11

Text Example


Text Example

White with #CE9B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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