Html Css Color HEX #CDA942 Metallic Gold

📋 copy color: '#CDA942'

red 205 ◦ green 169 ◦ blue 66

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

Shades of Metallic Gold #CDA942

Tints of Metallic Gold #CDA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 66 (26.17% from 255) = 15%

R = 46.59%
G = 38.41%
B = 15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDA942 (or 0xCDA942) is known color: Metallic Gold. HEX triplet: CD, A9 and 42. RGB value is (205,169,66). Sum of RGB (Red+Green+Blue) = 205+169+66=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA942 is #3256BD. Grayscale: #A8A8A8. Windows color (decimal): -3299006 or 4368845. OLE color: 4368845.

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

Color convert

RGB 205 169 66 -
CMYK 0 0.18 0.68 0.20
HSL 44.46º 0.58% 0.53% -
HSV(B) 44.46º 0.68% 0.8% -
XYZ 40.35 41.75 11.09 -
YUV 168.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 205 169 66 0 0.18 0.68 0.20 44.46 0.58 0.53
Hex CD A9 42 0 12 44 14 2C 3A 35
Octal 315 251 102 0 22 104 24 54 72 65
Binary 11001101 10101001 1000010 0 10010 1000100 10100 101100 111010 110101

Color Harmonies of #CDA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA942

Black with #CDA942

Text Example


Text Example

White with #CDA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA942; }

 p { color: rgb(205,169,66); }

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

background-color css

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

 a { background-color: rgb(205,169,66); }

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

border-color css

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

 span { border-color: rgb(205,169,66); }

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