Html Css Color HEX #CDAB40 Metallic Gold

📋 copy color: '#CDAB40'

red 205 ◦ green 171 ◦ blue 64

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

Shades of Metallic Gold #CDAB40

Tints of Metallic Gold #CDAB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 46.59%
G = 38.86%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDAB40 (or 0xCDAB40) is known color: Metallic Gold. HEX triplet: CD, AB and 40. RGB value is (205,171,64). Sum of RGB (Red+Green+Blue) = 205+171+64=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB40 is #3254BF. Grayscale: #A9A9A9. Windows color (decimal): -3298496 or 4238285. OLE color: 4238285.

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

Color convert

RGB 205 171 64 -
CMYK 0 0.17 0.69 0.20
HSL 45.53º 0.59% 0.53% -
HSV(B) 45.53º 0.69% 0.8% -
XYZ 40.67 42.48 10.91 -
YUV 168.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 205 171 64 0 0.17 0.69 0.20 45.53 0.59 0.53
Hex CD AB 40 0 11 45 14 2E 3B 35
Octal 315 253 100 0 21 105 24 56 73 65
Binary 11001101 10101011 1000000 0 10001 1000101 10100 101110 111011 110101

Color Harmonies of #CDAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB40

Black with #CDAB40

Text Example


Text Example

White with #CDAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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