Html Css Color HEX #CDA83A Metallic Gold

📋 copy color: '#CDA83A'

red 205 ◦ green 168 ◦ blue 58

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

Shades of Metallic Gold #CDA83A

Tints of Metallic Gold #CDA83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 47.56%
G = 38.98%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA83A (or 0xCDA83A) is known color: Metallic Gold. HEX triplet: CD, A8 and 3A. RGB value is (205,168,58). Sum of RGB (Red+Green+Blue) = 205+168+58=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA83A is #3257C5. Grayscale: #A7A7A7. Windows color (decimal): -3299270 or 3844301. OLE color: 3844301.

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

Color convert

RGB 205 168 58 -
CMYK 0 0.18 0.72 0.20
HSL 44.9º 0.6% 0.52% -
HSV(B) 44.9º 0.72% 0.8% -
XYZ 39.94 41.29 9.87 -
YUV 166.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 205 168 58 0 0.18 0.72 0.20 44.9 0.6 0.52
Hex CD A8 3A 0 12 48 14 2D 3C 34
Octal 315 250 72 0 22 110 24 55 74 64
Binary 11001101 10101000 111010 0 10010 1001000 10100 101101 111100 110100

Color Harmonies of #CDA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA83A

Black with #CDA83A

Text Example


Text Example

White with #CDA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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