Html Css Color HEX #CDAF40 Old Gold

📋 copy color: '#CDAF40'

red 205 ◦ green 175 ◦ blue 64

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

Shades of Old Gold #CDAF40

Tints of Old Gold #CDAF40

RGB

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

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

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

R = 46.17%
G = 39.41%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDAF40 (or 0xCDAF40) is known color: Old Gold. HEX triplet: CD, AF and 40. RGB value is (205,175,64). Sum of RGB (Red+Green+Blue) = 205+175+64=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF40 is #3250BF. Grayscale: #ABABAB. Windows color (decimal): -3297472 or 4239309. OLE color: 4239309.

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

Color convert

RGB 205 175 64 -
CMYK 0 0.15 0.69 0.20
HSL 47.23º 0.59% 0.53% -
HSV(B) 47.23º 0.69% 0.8% -
XYZ 41.43 44.01 11.16 -
YUV 171.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 205 175 64 0 0.15 0.69 0.20 47.23 0.59 0.53
Hex CD AF 40 0 F 45 14 2F 3B 35
Octal 315 257 100 0 17 105 24 57 73 65
Binary 11001101 10101111 1000000 0 1111 1000101 10100 101111 111011 110101

Color Harmonies of #CDAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF40

Black with #CDAF40

Text Example


Text Example

White with #CDAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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