Html Css Color HEX #CE9917 Buddha Gold

📋 copy color: '#CE9917'

red 206 ◦ green 153 ◦ blue 23

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

Shades of Buddha Gold #CE9917

Tints of Buddha Gold #CE9917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.02%

R = 53.93%
G = 40.05%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE9917 (or 0xCE9917) is known color: Buddha Gold. HEX triplet: CE, 99 and 17. RGB value is (206,153,23). Sum of RGB (Red+Green+Blue) = 206+153+23=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9917 is #3166E8. Grayscale: #9A9A9A. Windows color (decimal): -3237609 or 1546702. OLE color: 1546702.

HSL color Cylindrical-coordinate representation of color #CE9917: hue angle of 42.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9917 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 23 -
CMYK 0 0.26 0.89 0.19
HSL 42.62º 0.8% 0.45% -
HSV(B) 42.62º 0.89% 0.81% -
XYZ 37 35.97 5.8 -
YUV 154.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 206 153 23 0 0.26 0.89 0.19 42.62 0.8 0.45
Hex CE 99 17 0 1A 59 13 2B 50 2D
Octal 316 231 27 0 32 131 23 53 120 55
Binary 11001110 10011001 10111 0 11010 1011001 10011 101011 1010000 101101

Color Harmonies of #CE9917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9917

Black with #CE9917

Text Example


Text Example

White with #CE9917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9917; }

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

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

background-color css

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

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

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

border-color css

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

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

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