Html Css Color HEX #CD6329 Gold Drop

📋 copy color: '#CD6329'

red 205 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #CD6329

Tints of Gold Drop #CD6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 59.42%
G = 28.7%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD6329 (or 0xCD6329) is known color: Gold Drop. HEX triplet: CD, 63 and 29. RGB value is (205,99,41). Sum of RGB (Red+Green+Blue) = 205+99+41=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6329 is #329CD6. Grayscale: #7C7C7C. Windows color (decimal): -3316951 or 2712525. OLE color: 2712525.

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

Color convert

RGB 205 99 41 -
CMYK 0 0.52 0.8 0.20
HSL 21.22º 0.67% 0.48% -
HSV(B) 21.22º 0.8% 0.8% -
XYZ 30.04 22.06 4.77 -
YUV 124.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 205 99 41 0 0.52 0.8 0.20 21.22 0.67 0.48
Hex CD 63 29 0 34 50 14 15 43 30
Octal 315 143 51 0 64 120 24 25 103 60
Binary 11001101 1100011 101001 0 110100 1010000 10100 10101 1000011 110000

Color Harmonies of #CD6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6329

Black with #CD6329

Text Example


Text Example

White with #CD6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6329; }

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

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

background-color css

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

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

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

border-color css

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

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

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