Html Css Color HEX #CE9512 Buddha Gold

📋 copy color: '#CE9512'

red 206 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #CE9512

Tints of Buddha Gold #CE9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 55.23%
G = 39.95%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE9512 (or 0xCE9512) is known color: Buddha Gold. HEX triplet: CE, 95 and 12. RGB value is (206,149,18). Sum of RGB (Red+Green+Blue) = 206+149+18=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9512 is #316AED. Grayscale: #979797. Windows color (decimal): -3238638 or 1217998. OLE color: 1217998.

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

Color convert

RGB 206 149 18 -
CMYK 0 0.28 0.91 0.19
HSL 41.81º 0.84% 0.44% -
HSV(B) 41.81º 0.91% 0.81% -
XYZ 36.31 34.66 5.35 -
YUV 151.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 206 149 18 0 0.28 0.91 0.19 41.81 0.84 0.44
Hex CE 95 12 0 1C 5B 13 2A 54 2C
Octal 316 225 22 0 34 133 23 52 124 54
Binary 11001110 10010101 10010 0 11100 1011011 10011 101010 1010100 101100

Color Harmonies of #CE9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9512

Black with #CE9512

Text Example


Text Example

White with #CE9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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