Html Css Color HEX #DDC85D Tacha

📋 copy color: '#DDC85D'

red 221 ◦ green 200 ◦ blue 93

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

Shades of Tacha #DDC85D

Tints of Tacha #DDC85D

RGB

 RED value IS 221 (86.72% from 255) = 43%

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 93 (36.72% from 255) = 18.09%

R = 43%
G = 38.91%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDC85D (or 0xDDC85D) is known color: Tacha. HEX triplet: DD, C8 and 5D. RGB value is (221,200,93). Sum of RGB (Red+Green+Blue) = 221+200+93=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC85D is #2237A2. Grayscale: #C2C2C2. Windows color (decimal): -2242467 or 6146269. OLE color: 6146269.

HSL color Cylindrical-coordinate representation of color #DDC85D: hue angle of 50.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC85D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 93 -
CMYK 0 0.10 0.58 0.13
HSL 50.16º 0.65% 0.62% -
HSV(B) 50.16º 0.58% 0.87% -
XYZ 52.45 57.47 18.68 -
YUV 194.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 221 200 93 0 0.10 0.58 0.13 50.16 0.65 0.62
Hex DD C8 5D 0 A 3A D 32 41 3E
Octal 335 310 135 0 12 72 15 62 101 76
Binary 11011101 11001000 1011101 0 1010 111010 1101 110010 1000001 111110

Color Harmonies of #DDC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC85D

Black with #DDC85D

Text Example


Text Example

White with #DDC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC85D; }

 p { color: rgb(221,200,93); }

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

background-color css

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

 a { background-color: rgb(221,200,93); }

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

border-color css

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

 span { border-color: rgb(221,200,93); }

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