Html Css Color HEX #DDC65D Tacha

📋 copy color: '#DDC65D'

red 221 ◦ green 198 ◦ blue 93

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

Shades of Tacha #DDC65D

Tints of Tacha #DDC65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 43.16%
G = 38.67%
B = 18.16%

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

#DDC65D (or 0xDDC65D) is known color: Tacha. HEX triplet: DD, C6 and 5D. RGB value is (221,198,93). Sum of RGB (Red+Green+Blue) = 221+198+93=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC65D is #2239A2. Grayscale: #C1C1C1. Windows color (decimal): -2242979 or 6145757. OLE color: 6145757.

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

Color convert

RGB 221 198 93 -
CMYK 0 0.10 0.58 0.13
HSL 49.22º 0.65% 0.62% -
HSV(B) 49.22º 0.58% 0.87% -
XYZ 51.99 56.55 18.53 -
YUV 192.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 221 198 93 0 0.10 0.58 0.13 49.22 0.65 0.62
Hex DD C6 5D 0 A 3A D 31 41 3E
Octal 335 306 135 0 12 72 15 61 101 76
Binary 11011101 11000110 1011101 0 1010 111010 1101 110001 1000001 111110

Color Harmonies of #DDC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC65D

Black with #DDC65D

Text Example


Text Example

White with #DDC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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