Html Css Color HEX #CDAB2C Metallic Gold

📋 copy color: '#CDAB2C'

red 205 ◦ green 171 ◦ blue 44

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

Shades of Metallic Gold #CDAB2C

Tints of Metallic Gold #CDAB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 48.81%
G = 40.71%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CDAB2C (or 0xCDAB2C) is known color: Metallic Gold. HEX triplet: CD, AB and 2C. RGB value is (205,171,44). Sum of RGB (Red+Green+Blue) = 205+171+44=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB2C is #3254D3. Grayscale: #A7A7A7. Windows color (decimal): -3298516 or 2927565. OLE color: 2927565.

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

Color convert

RGB 205 171 44 -
CMYK 0 0.17 0.79 0.20
HSL 47.33º 0.65% 0.49% -
HSV(B) 47.33º 0.79% 0.8% -
XYZ 40.19 42.29 8.43 -
YUV 166.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 205 171 44 0 0.17 0.79 0.20 47.33 0.65 0.49
Hex CD AB 2C 0 11 4F 14 2F 41 31
Octal 315 253 54 0 21 117 24 57 101 61
Binary 11001101 10101011 101100 0 10001 1001111 10100 101111 1000001 110001

Color Harmonies of #CDAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB2C

Black with #CDAB2C

Text Example


Text Example

White with #CDAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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