Html Css Color HEX #CDA83D Metallic Gold

📋 copy color: '#CDA83D'

red 205 ◦ green 168 ◦ blue 61

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

Shades of Metallic Gold #CDA83D

Tints of Metallic Gold #CDA83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 47.24%
G = 38.71%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA83D (or 0xCDA83D) is known color: Metallic Gold. HEX triplet: CD, A8 and 3D. RGB value is (205,168,61). Sum of RGB (Red+Green+Blue) = 205+168+61=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA83D is #3257C2. Grayscale: #A7A7A7. Windows color (decimal): -3299267 or 4040909. OLE color: 4040909.

HSL color Cylindrical-coordinate representation of color #CDA83D: hue angle of 44.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDA83D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 61 -
CMYK 0 0.18 0.70 0.20
HSL 44.58º 0.59% 0.52% -
HSV(B) 44.58º 0.7% 0.8% -
XYZ 40.02 41.32 10.28 -
YUV 166.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 205 168 61 0 0.18 0.70 0.20 44.58 0.59 0.52
Hex CD A8 3D 0 12 46 14 2D 3B 34
Octal 315 250 75 0 22 106 24 55 73 64
Binary 11001101 10101000 111101 0 10010 1000110 10100 101101 111011 110100

Color Harmonies of #CDA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA83D

Black with #CDA83D

Text Example


Text Example

White with #CDA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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