Html Css Color HEX #CDA534 Metallic Gold

📋 copy color: '#CDA534'

red 205 ◦ green 165 ◦ blue 52

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

Shades of Metallic Gold #CDA534

Tints of Metallic Gold #CDA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

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

R = 48.58%
G = 39.1%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDA534 (or 0xCDA534) is known color: Metallic Gold. HEX triplet: CD, A5 and 34. RGB value is (205,165,52). Sum of RGB (Red+Green+Blue) = 205+165+52=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA534 is #325ACB. Grayscale: #A4A4A4. Windows color (decimal): -3300044 or 3450317. OLE color: 3450317.

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

Color convert

RGB 205 165 52 -
CMYK 0 0.20 0.75 0.20
HSL 44.31º 0.6% 0.5% -
HSV(B) 44.31º 0.75% 0.8% -
XYZ 39.25 40.14 8.93 -
YUV 164.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 205 165 52 0 0.20 0.75 0.20 44.31 0.6 0.5
Hex CD A5 34 0 14 4B 14 2C 3C 32
Octal 315 245 64 0 24 113 24 54 74 62
Binary 11001101 10100101 110100 0 10100 1001011 10100 101100 111100 110010

Color Harmonies of #CDA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA534

Black with #CDA534

Text Example


Text Example

White with #CDA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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