Html Css Color HEX #CDA83F Metallic Gold

📋 copy color: '#CDA83F'

red 205 ◦ green 168 ◦ blue 63

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

Shades of Metallic Gold #CDA83F

Tints of Metallic Gold #CDA83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 47.02%
G = 38.53%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA83F (or 0xCDA83F) is known color: Metallic Gold. HEX triplet: CD, A8 and 3F. RGB value is (205,168,63). Sum of RGB (Red+Green+Blue) = 205+168+63=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA83F is #3257C0. Grayscale: #A7A7A7. Windows color (decimal): -3299265 or 4171981. OLE color: 4171981.

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

Color convert

RGB 205 168 63 -
CMYK 0 0.18 0.69 0.20
HSL 44.37º 0.59% 0.53% -
HSV(B) 44.37º 0.69% 0.8% -
XYZ 40.08 41.34 10.57 -
YUV 167.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 205 168 63 0 0.18 0.69 0.20 44.37 0.59 0.53
Hex CD A8 3F 0 12 45 14 2C 3B 35
Octal 315 250 77 0 22 105 24 54 73 65
Binary 11001101 10101000 111111 0 10010 1000101 10100 101100 111011 110101

Color Harmonies of #CDA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA83F

Black with #CDA83F

Text Example


Text Example

White with #CDA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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