Html Css Color HEX #CDA837 Metallic Gold

📋 copy color: '#CDA837'

red 205 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #CDA837

Tints of Metallic Gold #CDA837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 55 (21.88% from 255) = 12.85%

R = 47.9%
G = 39.25%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA837 (or 0xCDA837) is known color: Metallic Gold. HEX triplet: CD, A8 and 37. RGB value is (205,168,55). Sum of RGB (Red+Green+Blue) = 205+168+55=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA837 is #3257C8. Grayscale: #A6A6A6. Windows color (decimal): -3299273 or 3647693. OLE color: 3647693.

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

Color convert

RGB 205 168 55 -
CMYK 0 0.18 0.73 0.20
HSL 45.2º 0.6% 0.51% -
HSV(B) 45.2º 0.73% 0.8% -
XYZ 39.87 41.26 9.48 -
YUV 166.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 205 168 55 0 0.18 0.73 0.20 45.2 0.6 0.51
Hex CD A8 37 0 12 49 14 2D 3C 33
Octal 315 250 67 0 22 111 24 55 74 63
Binary 11001101 10101000 110111 0 10010 1001001 10100 101101 111100 110011

Color Harmonies of #CDA837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA837

Black with #CDA837

Text Example


Text Example

White with #CDA837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA837; }

 p { color: rgb(205,168,55); }

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

background-color css

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

 a { background-color: rgb(205,168,55); }

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

border-color css

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

 span { border-color: rgb(205,168,55); }

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