Html Css Color HEX #CE9818 Buddha Gold

📋 copy color: '#CE9818'

red 206 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #CE9818

Tints of Buddha Gold #CE9818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 53.93%
G = 39.79%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9818 (or 0xCE9818) is known color: Buddha Gold. HEX triplet: CE, 98 and 18. RGB value is (206,152,24). Sum of RGB (Red+Green+Blue) = 206+152+24=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9818 is #3167E7. Grayscale: #9A9A9A. Windows color (decimal): -3237864 or 1611982. OLE color: 1611982.

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

Color convert

RGB 206 152 24 -
CMYK 0 0.26 0.88 0.19
HSL 42.2º 0.79% 0.45% -
HSV(B) 42.2º 0.88% 0.81% -
XYZ 36.85 35.64 5.8 -
YUV 153.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 206 152 24 0 0.26 0.88 0.19 42.2 0.79 0.45
Hex CE 98 18 0 1A 58 13 2A 4F 2D
Octal 316 230 30 0 32 130 23 52 117 55
Binary 11001110 10011000 11000 0 11010 1011000 10011 101010 1001111 101101

Color Harmonies of #CE9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9818

Black with #CE9818

Text Example


Text Example

White with #CE9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9818; }

 p { color: rgb(206,152,24); }

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

background-color css

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

 a { background-color: rgb(206,152,24); }

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

border-color css

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

 span { border-color: rgb(206,152,24); }

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