Html Css Color HEX #CDAE32 Metallic Gold

📋 copy color: '#CDAE32'

red 205 ◦ green 174 ◦ blue 50

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

Shades of Metallic Gold #CDAE32

Tints of Metallic Gold #CDAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 47.79%
G = 40.56%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDAE32 (or 0xCDAE32) is known color: Metallic Gold. HEX triplet: CD, AE and 32. RGB value is (205,174,50). Sum of RGB (Red+Green+Blue) = 205+174+50=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE32 is #3251CD. Grayscale: #A9A9A9. Windows color (decimal): -3297742 or 3321549. OLE color: 3321549.

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

Color convert

RGB 205 174 50 -
CMYK 0 0.15 0.76 0.20
HSL 48º 0.61% 0.5% -
HSV(B) 48º 0.76% 0.8% -
XYZ 40.89 43.48 9.26 -
YUV 169.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 205 174 50 0 0.15 0.76 0.20 48 0.61 0.5
Hex CD AE 32 0 F 4C 14 30 3D 32
Octal 315 256 62 0 17 114 24 60 75 62
Binary 11001101 10101110 110010 0 1111 1001100 10100 110000 111101 110010

Color Harmonies of #CDAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE32

Black with #CDAE32

Text Example


Text Example

White with #CDAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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