Html Css Color HEX #CDA439 Metallic Gold

📋 copy color: '#CDA439'

red 205 ◦ green 164 ◦ blue 57

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

Shades of Metallic Gold #CDA439

Tints of Metallic Gold #CDA439

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

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

R = 48.12%
G = 38.5%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA439 (or 0xCDA439) is known color: Metallic Gold. HEX triplet: CD, A4 and 39. RGB value is (205,164,57). Sum of RGB (Red+Green+Blue) = 205+164+57=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA439 is #325BC6. Grayscale: #A4A4A4. Windows color (decimal): -3300295 or 3777741. OLE color: 3777741.

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

Color convert

RGB 205 164 57 -
CMYK 0 0.2 0.72 0.20
HSL 43.38º 0.6% 0.51% -
HSV(B) 43.38º 0.72% 0.8% -
XYZ 39.19 39.83 9.49 -
YUV 164.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 205 164 57 0 0.2 0.72 0.20 43.38 0.6 0.51
Hex CD A4 39 0 14 48 14 2B 3C 33
Octal 315 244 71 0 24 110 24 53 74 63
Binary 11001101 10100100 111001 0 10100 1001000 10100 101011 111100 110011

Color Harmonies of #CDA439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA439

Black with #CDA439

Text Example


Text Example

White with #CDA439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA439; }

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

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

background-color css

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

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

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

border-color css

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

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

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