Html Css Color HEX #CEA73D Metallic Gold

📋 copy color: '#CEA73D'

red 206 ◦ green 167 ◦ blue 61

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

Shades of Metallic Gold #CEA73D

Tints of Metallic Gold #CEA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 47.47%
G = 38.48%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEA73D (or 0xCEA73D) is known color: Metallic Gold. HEX triplet: CE, A7 and 3D. RGB value is (206,167,61). Sum of RGB (Red+Green+Blue) = 206+167+61=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA73D is #3158C2. Grayscale: #A7A7A7. Windows color (decimal): -3233987 or 4040654. OLE color: 4040654.

HSL color Cylindrical-coordinate representation of color #CEA73D: hue angle of 43.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEA73D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 61 -
CMYK 0 0.19 0.70 0.19
HSL 43.86º 0.6% 0.52% -
HSV(B) 43.86º 0.7% 0.81% -
XYZ 40.11 41.1 10.23 -
YUV 166.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 206 167 61 0 0.19 0.70 0.19 43.86 0.6 0.52
Hex CE A7 3D 0 13 46 13 2C 3C 34
Octal 316 247 75 0 23 106 23 54 74 64
Binary 11001110 10100111 111101 0 10011 1000110 10011 101100 111100 110100

Color Harmonies of #CEA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA73D

Black with #CEA73D

Text Example


Text Example

White with #CEA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA73D; }

 p { color: rgb(206,167,61); }

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

background-color css

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

 a { background-color: rgb(206,167,61); }

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

border-color css

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

 span { border-color: rgb(206,167,61); }

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