Html Css Color HEX #CEA73B Metallic Gold

📋 copy color: '#CEA73B'

red 206 ◦ green 167 ◦ blue 59

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

Shades of Metallic Gold #CEA73B

Tints of Metallic Gold #CEA73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.66%

R = 47.69%
G = 38.66%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEA73B (or 0xCEA73B) is known color: Metallic Gold. HEX triplet: CE, A7 and 3B. RGB value is (206,167,59). Sum of RGB (Red+Green+Blue) = 206+167+59=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA73B is #3158C4. Grayscale: #A6A6A6. Windows color (decimal): -3233989 or 3909582. OLE color: 3909582.

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

Color convert

RGB 206 167 59 -
CMYK 0 0.19 0.71 0.19
HSL 44.08º 0.6% 0.52% -
HSV(B) 44.08º 0.71% 0.81% -
XYZ 40.06 41.08 9.95 -
YUV 166.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 206 167 59 0 0.19 0.71 0.19 44.08 0.6 0.52
Hex CE A7 3B 0 13 47 13 2C 3C 34
Octal 316 247 73 0 23 107 23 54 74 64
Binary 11001110 10100111 111011 0 10011 1000111 10011 101100 111100 110100

Color Harmonies of #CEA73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA73B

Black with #CEA73B

Text Example


Text Example

White with #CEA73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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