Html Css Color HEX #CDAC42 Old Gold

📋 copy color: '#CDAC42'

red 205 ◦ green 172 ◦ blue 66

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

Shades of Old Gold #CDAC42

Tints of Old Gold #CDAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 46.28%
G = 38.83%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDAC42 (or 0xCDAC42) is known color: Old Gold. HEX triplet: CD, AC and 42. RGB value is (205,172,66). Sum of RGB (Red+Green+Blue) = 205+172+66=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC42 is #3253BD. Grayscale: #AAAAAA. Windows color (decimal): -3298238 or 4369613. OLE color: 4369613.

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

Color convert

RGB 205 172 66 -
CMYK 0 0.16 0.68 0.20
HSL 45.76º 0.58% 0.53% -
HSV(B) 45.76º 0.68% 0.8% -
XYZ 40.91 42.88 11.27 -
YUV 169.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 205 172 66 0 0.16 0.68 0.20 45.76 0.58 0.53
Hex CD AC 42 0 10 44 14 2E 3A 35
Octal 315 254 102 0 20 104 24 56 72 65
Binary 11001101 10101100 1000010 0 10000 1000100 10100 101110 111010 110101

Color Harmonies of #CDAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAC42

Black with #CDAC42

Text Example


Text Example

White with #CDAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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