Html Css Color HEX #CDA739 Metallic Gold

📋 copy color: '#CDA739'

red 205 ◦ green 167 ◦ blue 57

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

Shades of Metallic Gold #CDA739

Tints of Metallic Gold #CDA739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.29%

R = 47.79%
G = 38.93%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA739 (or 0xCDA739) is known color: Metallic Gold. HEX triplet: CD, A7 and 39. RGB value is (205,167,57). Sum of RGB (Red+Green+Blue) = 205+167+57=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA739 is #3258C6. Grayscale: #A6A6A6. Windows color (decimal): -3299527 or 3778509. OLE color: 3778509.

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

Color convert

RGB 205 167 57 -
CMYK 0 0.19 0.72 0.20
HSL 44.59º 0.6% 0.51% -
HSV(B) 44.59º 0.72% 0.8% -
XYZ 39.73 40.91 9.67 -
YUV 165.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 205 167 57 0 0.19 0.72 0.20 44.59 0.6 0.51
Hex CD A7 39 0 13 48 14 2D 3C 33
Octal 315 247 71 0 23 110 24 55 74 63
Binary 11001101 10100111 111001 0 10011 1001000 10100 101101 111100 110011

Color Harmonies of #CDA739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA739

Black with #CDA739

Text Example


Text Example

White with #CDA739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA739; }

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

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

background-color css

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

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

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

border-color css

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

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

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