Html Css Color HEX #CEAD2D Metallic Gold

📋 copy color: '#CEAD2D'

red 206 ◦ green 173 ◦ blue 45

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

Shades of Metallic Gold #CEAD2D

Tints of Metallic Gold #CEAD2D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 45 (17.97% from 255) = 10.61%

R = 48.58%
G = 40.8%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEAD2D (or 0xCEAD2D) is known color: Metallic Gold. HEX triplet: CE, AD and 2D. RGB value is (206,173,45). Sum of RGB (Red+Green+Blue) = 206+173+45=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD2D is #3152D2. Grayscale: #A8A8A8. Windows color (decimal): -3232467 or 2993614. OLE color: 2993614.

HSL color Cylindrical-coordinate representation of color #CEAD2D: hue angle of 47.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEAD2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 45 -
CMYK 0 0.16 0.78 0.19
HSL 47.7º 0.64% 0.49% -
HSV(B) 47.7º 0.78% 0.81% -
XYZ 40.87 43.2 8.67 -
YUV 168.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 206 173 45 0 0.16 0.78 0.19 47.7 0.64 0.49
Hex CE AD 2D 0 10 4E 13 30 40 31
Octal 316 255 55 0 20 116 23 60 100 61
Binary 11001110 10101101 101101 0 10000 1001110 10011 110000 1000000 110001

Color Harmonies of #CEAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD2D

Black with #CEAD2D

Text Example


Text Example

White with #CEAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD2D; }

 p { color: rgb(206,173,45); }

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

background-color css

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

 a { background-color: rgb(206,173,45); }

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

border-color css

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

 span { border-color: rgb(206,173,45); }

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