Html Css Color HEX #CDA735 Metallic Gold

📋 copy color: '#CDA735'

red 205 ◦ green 167 ◦ blue 53

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

Shades of Metallic Gold #CDA735

Tints of Metallic Gold #CDA735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.47%

R = 48.24%
G = 39.29%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDA735 (or 0xCDA735) is known color: Metallic Gold. HEX triplet: CD, A7 and 35. RGB value is (205,167,53). Sum of RGB (Red+Green+Blue) = 205+167+53=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA735 is #3258CA. Grayscale: #A5A5A5. Windows color (decimal): -3299531 or 3516365. OLE color: 3516365.

HSL color Cylindrical-coordinate representation of color #CDA735: hue angle of 45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDA735 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 53 -
CMYK 0 0.19 0.74 0.20
HSL 45º 0.6% 0.51% -
HSV(B) 45º 0.74% 0.8% -
XYZ 39.64 40.87 9.17 -
YUV 165.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 205 167 53 0 0.19 0.74 0.20 45 0.6 0.51
Hex CD A7 35 0 13 4A 14 2D 3C 33
Octal 315 247 65 0 23 112 24 55 74 63
Binary 11001101 10100111 110101 0 10011 1001010 10100 101101 111100 110011

Color Harmonies of #CDA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA735

Black with #CDA735

Text Example


Text Example

White with #CDA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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