Html Css Color HEX #CDA437 Metallic Gold

📋 copy color: '#CDA437'

red 205 ◦ green 164 ◦ blue 55

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

Shades of Metallic Gold #CDA437

Tints of Metallic Gold #CDA437

RGB

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

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

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

R = 48.35%
G = 38.68%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA437 (or 0xCDA437) is known color: Metallic Gold. HEX triplet: CD, A4 and 37. RGB value is (205,164,55). Sum of RGB (Red+Green+Blue) = 205+164+55=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA437 is #325BC8. Grayscale: #A4A4A4. Windows color (decimal): -3300297 or 3646669. OLE color: 3646669.

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

Color convert

RGB 205 164 55 -
CMYK 0 0.2 0.73 0.20
HSL 43.6º 0.6% 0.51% -
HSV(B) 43.6º 0.73% 0.8% -
XYZ 39.14 39.81 9.23 -
YUV 163.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 205 164 55 0 0.2 0.73 0.20 43.6 0.6 0.51
Hex CD A4 37 0 14 49 14 2C 3C 33
Octal 315 244 67 0 24 111 24 54 74 63
Binary 11001101 10100100 110111 0 10100 1001001 10100 101100 111100 110011

Color Harmonies of #CDA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA437

Black with #CDA437

Text Example


Text Example

White with #CDA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA437; }

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

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

background-color css

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

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

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

border-color css

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

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

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