Html Css Color HEX #CDA13D Metallic Gold

📋 copy color: '#CDA13D'

red 205 ◦ green 161 ◦ blue 61

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

Shades of Metallic Gold #CDA13D

Tints of Metallic Gold #CDA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.29%

R = 48.01%
G = 37.7%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA13D (or 0xCDA13D) is known color: Metallic Gold. HEX triplet: CD, A1 and 3D. RGB value is (205,161,61). Sum of RGB (Red+Green+Blue) = 205+161+61=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA13D is #325EC2. Grayscale: #A3A3A3. Windows color (decimal): -3301059 or 4039117. OLE color: 4039117.

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

Color convert

RGB 205 161 61 -
CMYK 0 0.21 0.70 0.20
HSL 41.67º 0.59% 0.52% -
HSV(B) 41.67º 0.7% 0.8% -
XYZ 38.76 38.81 9.86 -
YUV 162.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 205 161 61 0 0.21 0.70 0.20 41.67 0.59 0.52
Hex CD A1 3D 0 15 46 14 2A 3B 34
Octal 315 241 75 0 25 106 24 52 73 64
Binary 11001101 10100001 111101 0 10101 1000110 10100 101010 111011 110100

Color Harmonies of #CDA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA13D

Black with #CDA13D

Text Example


Text Example

White with #CDA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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