Html Css Color HEX #CDA130 Metallic Gold

📋 copy color: '#CDA130'

red 205 ◦ green 161 ◦ blue 48

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

Shades of Metallic Gold #CDA130

Tints of Metallic Gold #CDA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 48 (19.14% from 255) = 11.59%

R = 49.52%
G = 38.89%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDA130 (or 0xCDA130) is known color: Metallic Gold. HEX triplet: CD, A1 and 30. RGB value is (205,161,48). Sum of RGB (Red+Green+Blue) = 205+161+48=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA130 is #325ECF. Grayscale: #A1A1A1. Windows color (decimal): -3301072 or 3187149. OLE color: 3187149.

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

Color convert

RGB 205 161 48 -
CMYK 0 0.21 0.77 0.20
HSL 43.18º 0.62% 0.5% -
HSV(B) 43.18º 0.77% 0.8% -
XYZ 38.46 38.68 8.24 -
YUV 161.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 205 161 48 0 0.21 0.77 0.20 43.18 0.62 0.5
Hex CD A1 30 0 15 4D 14 2B 3E 32
Octal 315 241 60 0 25 115 24 53 76 62
Binary 11001101 10100001 110000 0 10101 1001101 10100 101011 111110 110010

Color Harmonies of #CDA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA130

Black with #CDA130

Text Example


Text Example

White with #CDA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA130; }

 p { color: rgb(205,161,48); }

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

background-color css

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

 a { background-color: rgb(205,161,48); }

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

border-color css

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

 span { border-color: rgb(205,161,48); }

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