Html Css Color HEX #CEA40D Buddha Gold

📋 copy color: '#CEA40D'

red 206 ◦ green 164 ◦ blue 13

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

Shades of Buddha Gold #CEA40D

Tints of Buddha Gold #CEA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.82%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 53.79%
G = 42.82%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEA40D (or 0xCEA40D) is known color: Buddha Gold. HEX triplet: CE, A4 and 0D. RGB value is (206,164,13). Sum of RGB (Red+Green+Blue) = 206+164+13=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA40D is #315BF2. Grayscale: #9F9F9F. Windows color (decimal): -3234803 or 894158. OLE color: 894158.

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

Color convert

RGB 206 164 13 -
CMYK 0 0.20 0.94 0.19
HSL 46.94º 0.88% 0.43% -
HSV(B) 46.94º 0.94% 0.81% -
XYZ 38.8 39.7 6 -
YUV 159.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 206 164 13 0 0.20 0.94 0.19 46.94 0.88 0.43
Hex CE A4 D 0 14 5E 13 2F 58 2B
Octal 316 244 15 0 24 136 23 57 130 53
Binary 11001110 10100100 1101 0 10100 1011110 10011 101111 1011000 101011

Color Harmonies of #CEA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA40D

Black with #CEA40D

Text Example


Text Example

White with #CEA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA40D; }

 p { color: rgb(206,164,13); }

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

background-color css

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

 a { background-color: rgb(206,164,13); }

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

border-color css

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

 span { border-color: rgb(206,164,13); }

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