Html Css Color HEX #CDA13F Metallic Gold

📋 copy color: '#CDA13F'

red 205 ◦ green 161 ◦ blue 63

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

Shades of Metallic Gold #CDA13F

Tints of Metallic Gold #CDA13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.69%

R = 47.79%
G = 37.53%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA13F (or 0xCDA13F) is known color: Metallic Gold. HEX triplet: CD, A1 and 3F. RGB value is (205,161,63). Sum of RGB (Red+Green+Blue) = 205+161+63=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA13F is #325EC0. Grayscale: #A3A3A3. Windows color (decimal): -3301057 or 4170189. OLE color: 4170189.

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

Color convert

RGB 205 161 63 -
CMYK 0 0.21 0.69 0.20
HSL 41.41º 0.59% 0.53% -
HSV(B) 41.41º 0.69% 0.8% -
XYZ 38.82 38.83 10.15 -
YUV 162.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 205 161 63 0 0.21 0.69 0.20 41.41 0.59 0.53
Hex CD A1 3F 0 15 45 14 29 3B 35
Octal 315 241 77 0 25 105 24 51 73 65
Binary 11001101 10100001 111111 0 10101 1000101 10100 101001 111011 110101

Color Harmonies of #CDA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA13F

Black with #CDA13F

Text Example


Text Example

White with #CDA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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