Html Css Color HEX #CDA83E Metallic Gold

📋 copy color: '#CDA83E'

red 205 ◦ green 168 ◦ blue 62

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

Shades of Metallic Gold #CDA83E

Tints of Metallic Gold #CDA83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.25%

R = 47.13%
G = 38.62%
B = 14.25%

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

#CDA83E (or 0xCDA83E) is known color: Metallic Gold. HEX triplet: CD, A8 and 3E. RGB value is (205,168,62). Sum of RGB (Red+Green+Blue) = 205+168+62=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA83E is #3257C1. Grayscale: #A7A7A7. Windows color (decimal): -3299266 or 4106445. OLE color: 4106445.

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

Color convert

RGB 205 168 62 -
CMYK 0 0.18 0.70 0.20
HSL 44.48º 0.59% 0.52% -
HSV(B) 44.48º 0.7% 0.8% -
XYZ 40.05 41.33 10.42 -
YUV 166.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 205 168 62 0 0.18 0.70 0.20 44.48 0.59 0.52
Hex CD A8 3E 0 12 46 14 2C 3B 34
Octal 315 250 76 0 22 106 24 54 73 64
Binary 11001101 10101000 111110 0 10010 1000110 10100 101100 111011 110100

Color Harmonies of #CDA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA83E

Black with #CDA83E

Text Example


Text Example

White with #CDA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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