Html Css Color HEX #CDA63F Metallic Gold

📋 copy color: '#CDA63F'

red 205 ◦ green 166 ◦ blue 63

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

Shades of Metallic Gold #CDA63F

Tints of Metallic Gold #CDA63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

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

R = 47.24%
G = 38.25%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA63F (or 0xCDA63F) is known color: Metallic Gold. HEX triplet: CD, A6 and 3F. RGB value is (205,166,63). Sum of RGB (Red+Green+Blue) = 205+166+63=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA63F is #3259C0. Grayscale: #A6A6A6. Windows color (decimal): -3299777 or 4171469. OLE color: 4171469.

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

Color convert

RGB 205 166 63 -
CMYK 0 0.19 0.69 0.20
HSL 43.52º 0.59% 0.53% -
HSV(B) 43.52º 0.69% 0.8% -
XYZ 39.71 40.61 10.45 -
YUV 165.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 205 166 63 0 0.19 0.69 0.20 43.52 0.59 0.53
Hex CD A6 3F 0 13 45 14 2C 3B 35
Octal 315 246 77 0 23 105 24 54 73 65
Binary 11001101 10100110 111111 0 10011 1000101 10100 101100 111011 110101

Color Harmonies of #CDA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA63F

Black with #CDA63F

Text Example


Text Example

White with #CDA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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