Html Css Color HEX #CDAF42 Old Gold

📋 copy color: '#CDAF42'

red 205 ◦ green 175 ◦ blue 66

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

Shades of Old Gold #CDAF42

Tints of Old Gold #CDAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.24%

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

R = 45.96%
G = 39.24%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDAF42 (or 0xCDAF42) is known color: Old Gold. HEX triplet: CD, AF and 42. RGB value is (205,175,66). Sum of RGB (Red+Green+Blue) = 205+175+66=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF42 is #3250BD. Grayscale: #ACACAC. Windows color (decimal): -3297470 or 4370381. OLE color: 4370381.

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

Color convert

RGB 205 175 66 -
CMYK 0 0.15 0.68 0.20
HSL 47.05º 0.58% 0.53% -
HSV(B) 47.05º 0.68% 0.8% -
XYZ 41.49 44.03 11.47 -
YUV 171.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 205 175 66 0 0.15 0.68 0.20 47.05 0.58 0.53
Hex CD AF 42 0 F 44 14 2F 3A 35
Octal 315 257 102 0 17 104 24 57 72 65
Binary 11001101 10101111 1000010 0 1111 1000100 10100 101111 111010 110101

Color Harmonies of #CDAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF42

Black with #CDAF42

Text Example


Text Example

White with #CDAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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