Html Css Color HEX #CDA73D Metallic Gold

📋 copy color: '#CDA73D'

red 205 ◦ green 167 ◦ blue 61

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

Shades of Metallic Gold #CDA73D

Tints of Metallic Gold #CDA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

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

R = 47.34%
G = 38.57%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA73D (or 0xCDA73D) is known color: Metallic Gold. HEX triplet: CD, A7 and 3D. RGB value is (205,167,61). Sum of RGB (Red+Green+Blue) = 205+167+61=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA73D is #3258C2. Grayscale: #A6A6A6. Windows color (decimal): -3299523 or 4040653. OLE color: 4040653.

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

Color convert

RGB 205 167 61 -
CMYK 0 0.19 0.70 0.20
HSL 44.17º 0.59% 0.52% -
HSV(B) 44.17º 0.7% 0.8% -
XYZ 39.84 40.95 10.22 -
YUV 166.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 205 167 61 0 0.19 0.70 0.20 44.17 0.59 0.52
Hex CD A7 3D 0 13 46 14 2C 3B 34
Octal 315 247 75 0 23 106 24 54 73 64
Binary 11001101 10100111 111101 0 10011 1000110 10100 101100 111011 110100

Color Harmonies of #CDA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA73D

Black with #CDA73D

Text Example


Text Example

White with #CDA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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