Html Css Color HEX #CDA931 Metallic Gold

📋 copy color: '#CDA931'

red 205 ◦ green 169 ◦ blue 49

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

Shades of Metallic Gold #CDA931

Tints of Metallic Gold #CDA931

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.95%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 48.46%
G = 39.95%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDA931 (or 0xCDA931) is known color: Metallic Gold. HEX triplet: CD, A9 and 31. RGB value is (205,169,49). Sum of RGB (Red+Green+Blue) = 205+169+49=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA931 is #3256CE. Grayscale: #A6A6A6. Windows color (decimal): -3299023 or 3254733. OLE color: 3254733.

HSL color Cylindrical-coordinate representation of color #CDA931: hue angle of 46.15º 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 #CDA931 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 49 -
CMYK 0 0.18 0.76 0.20
HSL 46.15º 0.61% 0.5% -
HSV(B) 46.15º 0.76% 0.8% -
XYZ 39.92 41.58 8.83 -
YUV 166.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 205 169 49 0 0.18 0.76 0.20 46.15 0.61 0.5
Hex CD A9 31 0 12 4C 14 2E 3D 32
Octal 315 251 61 0 22 114 24 56 75 62
Binary 11001101 10101001 110001 0 10010 1001100 10100 101110 111101 110010

Color Harmonies of #CDA931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA931

Black with #CDA931

Text Example


Text Example

White with #CDA931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA931; }

 p { color: rgb(205,169,49); }

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

background-color css

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

 a { background-color: rgb(205,169,49); }

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

border-color css

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

 span { border-color: rgb(205,169,49); }

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