Html Css Color HEX #CDA634 Metallic Gold

📋 copy color: '#CDA634'

red 205 ◦ green 166 ◦ blue 52

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

Shades of Metallic Gold #CDA634

Tints of Metallic Gold #CDA634

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 48.46%
G = 39.24%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDA634 (or 0xCDA634) is known color: Metallic Gold. HEX triplet: CD, A6 and 34. RGB value is (205,166,52). Sum of RGB (Red+Green+Blue) = 205+166+52=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA634 is #3259CB. Grayscale: #A5A5A5. Windows color (decimal): -3299788 or 3450573. OLE color: 3450573.

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

Color convert

RGB 205 166 52 -
CMYK 0 0.19 0.75 0.20
HSL 44.71º 0.6% 0.5% -
HSV(B) 44.71º 0.75% 0.8% -
XYZ 39.43 40.5 8.99 -
YUV 164.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 205 166 52 0 0.19 0.75 0.20 44.71 0.6 0.5
Hex CD A6 34 0 13 4B 14 2D 3C 32
Octal 315 246 64 0 23 113 24 55 74 62
Binary 11001101 10100110 110100 0 10011 1001011 10100 101101 111100 110010

Color Harmonies of #CDA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA634

Black with #CDA634

Text Example


Text Example

White with #CDA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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