Html Css Color HEX #CDAB2D Metallic Gold

📋 copy color: '#CDAB2D'

red 205 ◦ green 171 ◦ blue 45

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

Shades of Metallic Gold #CDAB2D

Tints of Metallic Gold #CDAB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 48.69%
G = 40.62%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDAB2D (or 0xCDAB2D) is known color: Metallic Gold. HEX triplet: CD, AB and 2D. RGB value is (205,171,45). Sum of RGB (Red+Green+Blue) = 205+171+45=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB2D is #3254D2. Grayscale: #A7A7A7. Windows color (decimal): -3298515 or 2993101. OLE color: 2993101.

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

Color convert

RGB 205 171 45 -
CMYK 0 0.17 0.78 0.20
HSL 47.25º 0.64% 0.49% -
HSV(B) 47.25º 0.78% 0.8% -
XYZ 40.21 42.29 8.53 -
YUV 166.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 205 171 45 0 0.17 0.78 0.20 47.25 0.64 0.49
Hex CD AB 2D 0 11 4E 14 2F 40 31
Octal 315 253 55 0 21 116 24 57 100 61
Binary 11001101 10101011 101101 0 10001 1001110 10100 101111 1000000 110001

Color Harmonies of #CDAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB2D

Black with #CDAB2D

Text Example


Text Example

White with #CDAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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