Html Css Color HEX #CDAE2C Metallic Gold

📋 copy color: '#CDAE2C'

red 205 ◦ green 174 ◦ blue 44

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

Shades of Metallic Gold #CDAE2C

Tints of Metallic Gold #CDAE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 48.46%
G = 41.13%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CDAE2C (or 0xCDAE2C) is known color: Metallic Gold. HEX triplet: CD, AE and 2C. RGB value is (205,174,44). Sum of RGB (Red+Green+Blue) = 205+174+44=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE2C is #3251D3. Grayscale: #A9A9A9. Windows color (decimal): -3297748 or 2928333. OLE color: 2928333.

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

Color convert

RGB 205 174 44 -
CMYK 0 0.15 0.79 0.20
HSL 48.45º 0.65% 0.49% -
HSV(B) 48.45º 0.79% 0.8% -
XYZ 40.77 43.43 8.62 -
YUV 168.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 205 174 44 0 0.15 0.79 0.20 48.45 0.65 0.49
Hex CD AE 2C 0 F 4F 14 30 41 31
Octal 315 256 54 0 17 117 24 60 101 61
Binary 11001101 10101110 101100 0 1111 1001111 10100 110000 1000001 110001

Color Harmonies of #CDAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE2C

Black with #CDAE2C

Text Example


Text Example

White with #CDAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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