Html Css Color HEX #CDA43F Metallic Gold

📋 copy color: '#CDA43F'

red 205 ◦ green 164 ◦ blue 63

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

Shades of Metallic Gold #CDA43F

Tints of Metallic Gold #CDA43F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

 BLUE value IS 63 (25% from 255) = 14.58%

R = 47.45%
G = 37.96%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA43F (or 0xCDA43F) is known color: Metallic Gold. HEX triplet: CD, A4 and 3F. RGB value is (205,164,63). Sum of RGB (Red+Green+Blue) = 205+164+63=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA43F is #325BC0. Grayscale: #A5A5A5. Windows color (decimal): -3300289 or 4170957. OLE color: 4170957.

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

Color convert

RGB 205 164 63 -
CMYK 0 0.2 0.69 0.20
HSL 42.68º 0.59% 0.53% -
HSV(B) 42.68º 0.69% 0.8% -
XYZ 39.35 39.89 10.33 -
YUV 164.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 205 164 63 0 0.2 0.69 0.20 42.68 0.59 0.53
Hex CD A4 3F 0 14 45 14 2B 3B 35
Octal 315 244 77 0 24 105 24 53 73 65
Binary 11001101 10100100 111111 0 10100 1000101 10100 101011 111011 110101

Color Harmonies of #CDA43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA43F

Black with #CDA43F

Text Example


Text Example

White with #CDA43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA43F; }

 p { color: rgb(205,164,63); }

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

background-color css

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

 a { background-color: rgb(205,164,63); }

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

border-color css

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

 span { border-color: rgb(205,164,63); }

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