Html Css Color HEX #CE9415 Buddha Gold

📋 copy color: '#CE9415'

red 206 ◦ green 148 ◦ blue 21

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

Shades of Buddha Gold #CE9415

Tints of Buddha Gold #CE9415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 54.93%
G = 39.47%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE9415 (or 0xCE9415) is known color: Buddha Gold. HEX triplet: CE, 94 and 15. RGB value is (206,148,21). Sum of RGB (Red+Green+Blue) = 206+148+21=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9415 is #316BEA. Grayscale: #979797. Windows color (decimal): -3238891 or 1414350. OLE color: 1414350.

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

Color convert

RGB 206 148 21 -
CMYK 0 0.28 0.90 0.19
HSL 41.19º 0.81% 0.45% -
HSV(B) 41.19º 0.9% 0.81% -
XYZ 36.18 34.36 5.43 -
YUV 150.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 206 148 21 0 0.28 0.90 0.19 41.19 0.81 0.45
Hex CE 94 15 0 1C 5A 13 29 51 2D
Octal 316 224 25 0 34 132 23 51 121 55
Binary 11001110 10010100 10101 0 11100 1011010 10011 101001 1010001 101101

Color Harmonies of #CE9415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9415

Black with #CE9415

Text Example


Text Example

White with #CE9415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9415; }

 p { color: rgb(206,148,21); }

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

background-color css

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

 a { background-color: rgb(206,148,21); }

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

border-color css

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

 span { border-color: rgb(206,148,21); }

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