Html Css Color HEX #CEA135 Metallic Gold

📋 copy color: '#CEA135'

red 206 ◦ green 161 ◦ blue 53

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

Shades of Metallic Gold #CEA135

Tints of Metallic Gold #CEA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

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

R = 49.05%
G = 38.33%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA135 (or 0xCEA135) is known color: Metallic Gold. HEX triplet: CE, A1 and 35. RGB value is (206,161,53). Sum of RGB (Red+Green+Blue) = 206+161+53=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA135 is #315ECA. Grayscale: #A2A2A2. Windows color (decimal): -3235531 or 3514830. OLE color: 3514830.

HSL color Cylindrical-coordinate representation of color #CEA135: hue angle of 42.35º 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 #CEA135 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 53 -
CMYK 0 0.22 0.74 0.19
HSL 42.35º 0.61% 0.51% -
HSV(B) 42.35º 0.74% 0.81% -
XYZ 38.84 38.87 8.82 -
YUV 162.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 206 161 53 0 0.22 0.74 0.19 42.35 0.61 0.51
Hex CE A1 35 0 16 4A 13 2A 3D 33
Octal 316 241 65 0 26 112 23 52 75 63
Binary 11001110 10100001 110101 0 10110 1001010 10011 101010 111101 110011

Color Harmonies of #CEA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA135

Black with #CEA135

Text Example


Text Example

White with #CEA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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