Html Css Color HEX #CEA735 Metallic Gold

📋 copy color: '#CEA735'

red 206 ◦ green 167 ◦ blue 53

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

Shades of Metallic Gold #CEA735

Tints of Metallic Gold #CEA735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 48.36%
G = 39.2%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA735 (or 0xCEA735) is known color: Metallic Gold. HEX triplet: CE, A7 and 35. RGB value is (206,167,53). Sum of RGB (Red+Green+Blue) = 206+167+53=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA735 is #3158CA. Grayscale: #A6A6A6. Windows color (decimal): -3233995 or 3516366. OLE color: 3516366.

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

Color convert

RGB 206 167 53 -
CMYK 0 0.19 0.74 0.19
HSL 44.71º 0.61% 0.51% -
HSV(B) 44.71º 0.74% 0.81% -
XYZ 39.91 41.02 9.18 -
YUV 165.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 206 167 53 0 0.19 0.74 0.19 44.71 0.61 0.51
Hex CE A7 35 0 13 4A 13 2D 3D 33
Octal 316 247 65 0 23 112 23 55 75 63
Binary 11001110 10100111 110101 0 10011 1001010 10011 101101 111101 110011

Color Harmonies of #CEA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA735

Black with #CEA735

Text Example


Text Example

White with #CEA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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