Html Css Color HEX #CE9312 Buddha Gold

📋 copy color: '#CE9312'

red 206 ◦ green 147 ◦ blue 18

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

Shades of Buddha Gold #CE9312

Tints of Buddha Gold #CE9312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 55.53%
G = 39.62%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE9312 (or 0xCE9312) is known color: Buddha Gold. HEX triplet: CE, 93 and 12. RGB value is (206,147,18). Sum of RGB (Red+Green+Blue) = 206+147+18=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9312 is #316CED. Grayscale: #969696. Windows color (decimal): -3239150 or 1217486. OLE color: 1217486.

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

Color convert

RGB 206 147 18 -
CMYK 0 0.29 0.91 0.19
HSL 41.17º 0.84% 0.44% -
HSV(B) 41.17º 0.91% 0.81% -
XYZ 36 34.03 5.24 -
YUV 149.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 206 147 18 0 0.29 0.91 0.19 41.17 0.84 0.44
Hex CE 93 12 0 1D 5B 13 29 54 2C
Octal 316 223 22 0 35 133 23 51 124 54
Binary 11001110 10010011 10010 0 11101 1011011 10011 101001 1010100 101100

Color Harmonies of #CE9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9312

Black with #CE9312

Text Example


Text Example

White with #CE9312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9312; }

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

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

background-color css

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

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

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

border-color css

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

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

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