Html Css Color HEX #CDB329 Metallic Gold

📋 copy color: '#CDB329'

red 205 ◦ green 179 ◦ blue 41

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

Shades of Metallic Gold #CDB329

Tints of Metallic Gold #CDB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 48.24%
G = 42.12%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDB329 (or 0xCDB329) is known color: Metallic Gold. HEX triplet: CD, B3 and 29. RGB value is (205,179,41). Sum of RGB (Red+Green+Blue) = 205+179+41=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB329 is #324CD6. Grayscale: #ABABAB. Windows color (decimal): -3296471 or 2733005. OLE color: 2733005.

HSL color Cylindrical-coordinate representation of color #CDB329: hue angle of 50.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDB329 is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 41 -
CMYK 0 0.13 0.8 0.20
HSL 50.49º 0.67% 0.48% -
HSV(B) 50.49º 0.8% 0.8% -
XYZ 41.7 45.38 8.66 -
YUV 171.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 205 179 41 0 0.13 0.8 0.20 50.49 0.67 0.48
Hex CD B3 29 0 D 50 14 32 43 30
Octal 315 263 51 0 15 120 24 62 103 60
Binary 11001101 10110011 101001 0 1101 1010000 10100 110010 1000011 110000

Color Harmonies of #CDB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB329

Black with #CDB329

Text Example


Text Example

White with #CDB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB329; }

 p { color: rgb(205,179,41); }

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

background-color css

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

 a { background-color: rgb(205,179,41); }

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

border-color css

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

 span { border-color: rgb(205,179,41); }

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