Html Css Color HEX #CDAB41 Metallic Gold

📋 copy color: '#CDAB41'

red 205 ◦ green 171 ◦ blue 65

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

Shades of Metallic Gold #CDAB41

Tints of Metallic Gold #CDAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 46.49%
G = 38.78%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDAB41 (or 0xCDAB41) is known color: Metallic Gold. HEX triplet: CD, AB and 41. RGB value is (205,171,65). Sum of RGB (Red+Green+Blue) = 205+171+65=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB41 is #3254BE. Grayscale: #A9A9A9. Windows color (decimal): -3298495 or 4303821. OLE color: 4303821.

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

Color convert

RGB 205 171 65 -
CMYK 0 0.17 0.68 0.20
HSL 45.43º 0.58% 0.53% -
HSV(B) 45.43º 0.68% 0.8% -
XYZ 40.69 42.49 11.06 -
YUV 169.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 205 171 65 0 0.17 0.68 0.20 45.43 0.58 0.53
Hex CD AB 41 0 11 44 14 2D 3A 35
Octal 315 253 101 0 21 104 24 55 72 65
Binary 11001101 10101011 1000001 0 10001 1000100 10100 101101 111010 110101

Color Harmonies of #CDAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB41

Black with #CDAB41

Text Example


Text Example

White with #CDAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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