Html Css Color HEX #CDAF2D Metallic Gold

📋 copy color: '#CDAF2D'

red 205 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #CDAF2D

Tints of Metallic Gold #CDAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 48.24%
G = 41.18%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDAF2D (or 0xCDAF2D) is known color: Metallic Gold. HEX triplet: CD, AF and 2D. RGB value is (205,175,45). Sum of RGB (Red+Green+Blue) = 205+175+45=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF2D is #3250D2. Grayscale: #A9A9A9. Windows color (decimal): -3297491 or 2994125. OLE color: 2994125.

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

Color convert

RGB 205 175 45 -
CMYK 0 0.15 0.78 0.20
HSL 48.75º 0.64% 0.49% -
HSV(B) 48.75º 0.78% 0.8% -
XYZ 40.98 43.83 8.78 -
YUV 169.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 205 175 45 0 0.15 0.78 0.20 48.75 0.64 0.49
Hex CD AF 2D 0 F 4E 14 31 40 31
Octal 315 257 55 0 17 116 24 61 100 61
Binary 11001101 10101111 101101 0 1111 1001110 10100 110001 1000000 110001

Color Harmonies of #CDAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF2D

Black with #CDAF2D

Text Example


Text Example

White with #CDAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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