Html Css Color HEX #CE9913 Buddha Gold

📋 copy color: '#CE9913'

red 206 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #CE9913

Tints of Buddha Gold #CE9913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 54.5%
G = 40.48%
B = 5.03%

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

#CE9913 (or 0xCE9913) is known color: Buddha Gold. HEX triplet: CE, 99 and 13. RGB value is (206,153,19). Sum of RGB (Red+Green+Blue) = 206+153+19=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9913 is #3166EC. Grayscale: #9A9A9A. Windows color (decimal): -3237613 or 1284558. OLE color: 1284558.

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

Color convert

RGB 206 153 19 -
CMYK 0 0.26 0.91 0.19
HSL 42.99º 0.83% 0.44% -
HSV(B) 42.99º 0.91% 0.81% -
XYZ 36.96 35.95 5.61 -
YUV 153.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 206 153 19 0 0.26 0.91 0.19 42.99 0.83 0.44
Hex CE 99 13 0 1A 5B 13 2B 53 2C
Octal 316 231 23 0 32 133 23 53 123 54
Binary 11001110 10011001 10011 0 11010 1011011 10011 101011 1010011 101100

Color Harmonies of #CE9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9913

Black with #CE9913

Text Example


Text Example

White with #CE9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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