Html Css Color HEX #CDA639 Metallic Gold

📋 copy color: '#CDA639'

red 205 ◦ green 166 ◦ blue 57

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

Shades of Metallic Gold #CDA639

Tints of Metallic Gold #CDA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 47.9%
G = 38.79%
B = 13.32%

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

#CDA639 (or 0xCDA639) is known color: Metallic Gold. HEX triplet: CD, A6 and 39. RGB value is (205,166,57). Sum of RGB (Red+Green+Blue) = 205+166+57=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA639 is #3259C6. Grayscale: #A5A5A5. Windows color (decimal): -3299783 or 3778253. OLE color: 3778253.

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

Color convert

RGB 205 166 57 -
CMYK 0 0.19 0.72 0.20
HSL 44.19º 0.6% 0.51% -
HSV(B) 44.19º 0.72% 0.8% -
XYZ 39.55 40.55 9.61 -
YUV 165.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 205 166 57 0 0.19 0.72 0.20 44.19 0.6 0.51
Hex CD A6 39 0 13 48 14 2C 3C 33
Octal 315 246 71 0 23 110 24 54 74 63
Binary 11001101 10100110 111001 0 10011 1001000 10100 101100 111100 110011

Color Harmonies of #CDA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA639

Black with #CDA639

Text Example


Text Example

White with #CDA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA639; }

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

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

background-color css

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

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

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

border-color css

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

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

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