Html Css Color HEX #CDAE2D Metallic Gold

📋 copy color: '#CDAE2D'

red 205 ◦ green 174 ◦ blue 45

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

Shades of Metallic Gold #CDAE2D

Tints of Metallic Gold #CDAE2D

RGB

 RED value IS 205 (80.47% from 255) = 48.35%

 GREEN value IS 174 (68.36% from 255) = 41.04%

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

R = 48.35%
G = 41.04%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDAE2D (or 0xCDAE2D) is known color: Metallic Gold. HEX triplet: CD, AE and 2D. RGB value is (205,174,45). Sum of RGB (Red+Green+Blue) = 205+174+45=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE2D is #3251D2. Grayscale: #A9A9A9. Windows color (decimal): -3297747 or 2993869. OLE color: 2993869.

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

Color convert

RGB 205 174 45 -
CMYK 0 0.15 0.78 0.20
HSL 48.38º 0.64% 0.49% -
HSV(B) 48.38º 0.78% 0.8% -
XYZ 40.79 43.44 8.72 -
YUV 168.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 205 174 45 0 0.15 0.78 0.20 48.38 0.64 0.49
Hex CD AE 2D 0 F 4E 14 30 40 31
Octal 315 256 55 0 17 116 24 60 100 61
Binary 11001101 10101110 101101 0 1111 1001110 10100 110000 1000000 110001

Color Harmonies of #CDAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE2D

Black with #CDAE2D

Text Example


Text Example

White with #CDAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE2D; }

 p { color: rgb(205,174,45); }

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

background-color css

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

 a { background-color: rgb(205,174,45); }

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

border-color css

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

 span { border-color: rgb(205,174,45); }

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