Html Css Color HEX #CDAC40 Old Gold

📋 copy color: '#CDAC40'

red 205 ◦ green 172 ◦ blue 64

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

Shades of Old Gold #CDAC40

Tints of Old Gold #CDAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

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

R = 46.49%
G = 39%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDAC40 (or 0xCDAC40) is known color: Old Gold. HEX triplet: CD, AC and 40. RGB value is (205,172,64). Sum of RGB (Red+Green+Blue) = 205+172+64=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC40 is #3253BF. Grayscale: #AAAAAA. Windows color (decimal): -3298240 or 4238541. OLE color: 4238541.

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

Color convert

RGB 205 172 64 -
CMYK 0 0.16 0.69 0.20
HSL 45.96º 0.59% 0.53% -
HSV(B) 45.96º 0.69% 0.8% -
XYZ 40.85 42.85 10.97 -
YUV 169.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 205 172 64 0 0.16 0.69 0.20 45.96 0.59 0.53
Hex CD AC 40 0 10 45 14 2E 3B 35
Octal 315 254 100 0 20 105 24 56 73 65
Binary 11001101 10101100 1000000 0 10000 1000101 10100 101110 111011 110101

Color Harmonies of #CDAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAC40

Black with #CDAC40

Text Example


Text Example

White with #CDAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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