Html Css Color HEX #DDC05D Tacha

📋 copy color: '#DDC05D'

red 221 ◦ green 192 ◦ blue 93

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

Shades of Tacha #DDC05D

Tints of Tacha #DDC05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 43.68%
G = 37.94%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDC05D (or 0xDDC05D) is known color: Tacha. HEX triplet: DD, C0 and 5D. RGB value is (221,192,93). Sum of RGB (Red+Green+Blue) = 221+192+93=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC05D is #223FA2. Grayscale: #BDBDBD. Windows color (decimal): -2244515 or 6144221. OLE color: 6144221.

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

Color convert

RGB 221 192 93 -
CMYK 0 0.13 0.58 0.13
HSL 46.41º 0.65% 0.62% -
HSV(B) 46.41º 0.58% 0.87% -
XYZ 50.64 53.86 18.08 -
YUV 189.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 221 192 93 0 0.13 0.58 0.13 46.41 0.65 0.62
Hex DD C0 5D 0 D 3A D 2E 41 3E
Octal 335 300 135 0 15 72 15 56 101 76
Binary 11011101 11000000 1011101 0 1101 111010 1101 101110 1000001 111110

Color Harmonies of #DDC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC05D

Black with #DDC05D

Text Example


Text Example

White with #DDC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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