Html Css Color HEX #CDA73F Metallic Gold

📋 copy color: '#CDA73F'

red 205 ◦ green 167 ◦ blue 63

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

Shades of Metallic Gold #CDA73F

Tints of Metallic Gold #CDA73F

RGB

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

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

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

R = 47.13%
G = 38.39%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA73F (or 0xCDA73F) is known color: Metallic Gold. HEX triplet: CD, A7 and 3F. RGB value is (205,167,63). Sum of RGB (Red+Green+Blue) = 205+167+63=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA73F is #3258C0. Grayscale: #A6A6A6. Windows color (decimal): -3299521 or 4171725. OLE color: 4171725.

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

Color convert

RGB 205 167 63 -
CMYK 0 0.19 0.69 0.20
HSL 43.94º 0.59% 0.53% -
HSV(B) 43.94º 0.69% 0.8% -
XYZ 39.89 40.98 10.51 -
YUV 166.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 205 167 63 0 0.19 0.69 0.20 43.94 0.59 0.53
Hex CD A7 3F 0 13 45 14 2C 3B 35
Octal 315 247 77 0 23 105 24 54 73 65
Binary 11001101 10100111 111111 0 10011 1000101 10100 101100 111011 110101

Color Harmonies of #CDA73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA73F

Black with #CDA73F

Text Example


Text Example

White with #CDA73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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