Html Css Color HEX #CDA834 Metallic Gold

📋 copy color: '#CDA834'

red 205 ◦ green 168 ◦ blue 52

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

Shades of Metallic Gold #CDA834

Tints of Metallic Gold #CDA834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.24%

R = 48.24%
G = 39.53%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDA834 (or 0xCDA834) is known color: Metallic Gold. HEX triplet: CD, A8 and 34. RGB value is (205,168,52). Sum of RGB (Red+Green+Blue) = 205+168+52=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA834 is #3257CB. Grayscale: #A6A6A6. Windows color (decimal): -3299276 or 3451085. OLE color: 3451085.

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

Color convert

RGB 205 168 52 -
CMYK 0 0.18 0.75 0.20
HSL 45.49º 0.6% 0.5% -
HSV(B) 45.49º 0.75% 0.8% -
XYZ 39.8 41.23 9.11 -
YUV 165.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 205 168 52 0 0.18 0.75 0.20 45.49 0.6 0.5
Hex CD A8 34 0 12 4B 14 2D 3C 32
Octal 315 250 64 0 22 113 24 55 74 62
Binary 11001101 10101000 110100 0 10010 1001011 10100 101101 111100 110010

Color Harmonies of #CDA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA834

Black with #CDA834

Text Example


Text Example

White with #CDA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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