Html Css Color HEX #CE9618 Buddha Gold

📋 copy color: '#CE9618'

red 206 ◦ green 150 ◦ blue 24

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

Shades of Buddha Gold #CE9618

Tints of Buddha Gold #CE9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 54.21%
G = 39.47%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9618 (or 0xCE9618) is known color: Buddha Gold. HEX triplet: CE, 96 and 18. RGB value is (206,150,24). Sum of RGB (Red+Green+Blue) = 206+150+24=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9618 is #3169E7. Grayscale: #989898. Windows color (decimal): -3238376 or 1611470. OLE color: 1611470.

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

Color convert

RGB 206 150 24 -
CMYK 0 0.27 0.88 0.19
HSL 41.54º 0.79% 0.45% -
HSV(B) 41.54º 0.88% 0.81% -
XYZ 36.52 35 5.69 -
YUV 152.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 206 150 24 0 0.27 0.88 0.19 41.54 0.79 0.45
Hex CE 96 18 0 1B 58 13 2A 4F 2D
Octal 316 226 30 0 33 130 23 52 117 55
Binary 11001110 10010110 11000 0 11011 1011000 10011 101010 1001111 101101

Color Harmonies of #CE9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9618

Black with #CE9618

Text Example


Text Example

White with #CE9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9618; }

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

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

background-color css

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

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

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

border-color css

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

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

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