Html Css Color HEX #CEA13D Metallic Gold

📋 copy color: '#CEA13D'

red 206 ◦ green 161 ◦ blue 61

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

Shades of Metallic Gold #CEA13D

Tints of Metallic Gold #CEA13D

RGB

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

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

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

R = 48.13%
G = 37.62%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEA13D (or 0xCEA13D) is known color: Metallic Gold. HEX triplet: CE, A1 and 3D. RGB value is (206,161,61). Sum of RGB (Red+Green+Blue) = 206+161+61=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA13D is #315EC2. Grayscale: #A3A3A3. Windows color (decimal): -3235523 or 4039118. OLE color: 4039118.

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

Color convert

RGB 206 161 61 -
CMYK 0 0.22 0.70 0.19
HSL 41.38º 0.6% 0.52% -
HSV(B) 41.38º 0.7% 0.81% -
XYZ 39.04 38.95 9.88 -
YUV 163.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 206 161 61 0 0.22 0.70 0.19 41.38 0.6 0.52
Hex CE A1 3D 0 16 46 13 29 3C 34
Octal 316 241 75 0 26 106 23 51 74 64
Binary 11001110 10100001 111101 0 10110 1000110 10011 101001 111100 110100

Color Harmonies of #CEA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA13D

Black with #CEA13D

Text Example


Text Example

White with #CEA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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