Html Css Color HEX #CEA23D Metallic Gold

📋 copy color: '#CEA23D'

red 206 ◦ green 162 ◦ blue 61

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

Shades of Metallic Gold #CEA23D

Tints of Metallic Gold #CEA23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

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

R = 48.02%
G = 37.76%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEA23D (or 0xCEA23D) is known color: Metallic Gold. HEX triplet: CE, A2 and 3D. RGB value is (206,162,61). Sum of RGB (Red+Green+Blue) = 206+162+61=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA23D is #315DC2. Grayscale: #A4A4A4. Windows color (decimal): -3235267 or 4039374. OLE color: 4039374.

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

Color convert

RGB 206 162 61 -
CMYK 0 0.21 0.70 0.19
HSL 41.79º 0.6% 0.52% -
HSV(B) 41.79º 0.7% 0.81% -
XYZ 39.22 39.3 9.93 -
YUV 163.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 206 162 61 0 0.21 0.70 0.19 41.79 0.6 0.52
Hex CE A2 3D 0 15 46 13 2A 3C 34
Octal 316 242 75 0 25 106 23 52 74 64
Binary 11001110 10100010 111101 0 10101 1000110 10011 101010 111100 110100

Color Harmonies of #CEA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA23D

Black with #CEA23D

Text Example


Text Example

White with #CEA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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