Html Css Color HEX #CDA641 Metallic Gold

📋 copy color: '#CDA641'

red 205 ◦ green 166 ◦ blue 65

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

Shades of Metallic Gold #CDA641

Tints of Metallic Gold #CDA641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 47.02%
G = 38.07%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDA641 (or 0xCDA641) is known color: Metallic Gold. HEX triplet: CD, A6 and 41. RGB value is (205,166,65). Sum of RGB (Red+Green+Blue) = 205+166+65=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA641 is #3259BE. Grayscale: #A6A6A6. Windows color (decimal): -3299775 or 4302541. OLE color: 4302541.

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

Color convert

RGB 205 166 65 -
CMYK 0 0.19 0.68 0.20
HSL 43.29º 0.58% 0.53% -
HSV(B) 43.29º 0.68% 0.8% -
XYZ 39.77 40.63 10.75 -
YUV 166.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 205 166 65 0 0.19 0.68 0.20 43.29 0.58 0.53
Hex CD A6 41 0 13 44 14 2B 3A 35
Octal 315 246 101 0 23 104 24 53 72 65
Binary 11001101 10100110 1000001 0 10011 1000100 10100 101011 111010 110101

Color Harmonies of #CDA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA641

Black with #CDA641

Text Example


Text Example

White with #CDA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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