Html Css Color HEX #CE9912 Buddha Gold

📋 copy color: '#CE9912'

red 206 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #CE9912

Tints of Buddha Gold #CE9912

RGB

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

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

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

R = 54.64%
G = 40.58%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE9912 (or 0xCE9912) is known color: Buddha Gold. HEX triplet: CE, 99 and 12. RGB value is (206,153,18). Sum of RGB (Red+Green+Blue) = 206+153+18=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9912 is #3166ED. Grayscale: #9A9A9A. Windows color (decimal): -3237614 or 1219022. OLE color: 1219022.

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

Color convert

RGB 206 153 18 -
CMYK 0 0.26 0.91 0.19
HSL 43.09º 0.84% 0.44% -
HSV(B) 43.09º 0.91% 0.81% -
XYZ 36.95 35.95 5.56 -
YUV 153.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 206 153 18 0 0.26 0.91 0.19 43.09 0.84 0.44
Hex CE 99 12 0 1A 5B 13 2B 54 2C
Octal 316 231 22 0 32 133 23 53 124 54
Binary 11001110 10011001 10010 0 11010 1011011 10011 101011 1010100 101100

Color Harmonies of #CE9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9912

Black with #CE9912

Text Example


Text Example

White with #CE9912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9912; }

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

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

background-color css

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

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

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

border-color css

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

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

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