Html Css Color HEX #CDAB3E Metallic Gold

📋 copy color: '#CDAB3E'

red 205 ◦ green 171 ◦ blue 62

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

Shades of Metallic Gold #CDAB3E

Tints of Metallic Gold #CDAB3E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 46.8%
G = 39.04%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDAB3E (or 0xCDAB3E) is known color: Metallic Gold. HEX triplet: CD, AB and 3E. RGB value is (205,171,62). Sum of RGB (Red+Green+Blue) = 205+171+62=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB3E is #3254C1. Grayscale: #A9A9A9. Windows color (decimal): -3298498 or 4107213. OLE color: 4107213.

HSL color Cylindrical-coordinate representation of color #CDAB3E: hue angle of 45.73º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDAB3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 171 62 -
CMYK 0 0.17 0.70 0.20
HSL 45.73º 0.59% 0.52% -
HSV(B) 45.73º 0.7% 0.8% -
XYZ 40.61 42.45 10.61 -
YUV 168.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 205 171 62 0 0.17 0.70 0.20 45.73 0.59 0.52
Hex CD AB 3E 0 11 46 14 2E 3B 34
Octal 315 253 76 0 21 106 24 56 73 64
Binary 11001101 10101011 111110 0 10001 1000110 10100 101110 111011 110100

Color Harmonies of #CDAB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB3E

Black with #CDAB3E

Text Example


Text Example

White with #CDAB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB3E; }

 p { color: rgb(205,171,62); }

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

background-color css

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

 a { background-color: rgb(205,171,62); }

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

border-color css

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

 span { border-color: rgb(205,171,62); }

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