Html Css Color HEX #DDC361 Tacha

📋 copy color: '#DDC361'

red 221 ◦ green 195 ◦ blue 97

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

Shades of Tacha #DDC361

Tints of Tacha #DDC361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 97 (38.28% from 255) = 18.91%

R = 43.08%
G = 38.01%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDC361 (or 0xDDC361) is known color: Tacha. HEX triplet: DD, C3 and 61. RGB value is (221,195,97). Sum of RGB (Red+Green+Blue) = 221+195+97=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC361 is #223C9E. Grayscale: #C0C0C0. Windows color (decimal): -2243743 or 6407133. OLE color: 6407133.

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

Color convert

RGB 221 195 97 -
CMYK 0 0.12 0.56 0.13
HSL 47.42º 0.65% 0.62% -
HSV(B) 47.42º 0.56% 0.87% -
XYZ 51.49 55.27 19.26 -
YUV 191.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 221 195 97 0 0.12 0.56 0.13 47.42 0.65 0.62
Hex DD C3 61 0 C 38 D 2F 41 3E
Octal 335 303 141 0 14 70 15 57 101 76
Binary 11011101 11000011 1100001 0 1100 111000 1101 101111 1000001 111110

Color Harmonies of #DDC361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC361

Black with #DDC361

Text Example


Text Example

White with #DDC361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC361; }

 p { color: rgb(221,195,97); }

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

background-color css

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

 a { background-color: rgb(221,195,97); }

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

border-color css

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

 span { border-color: rgb(221,195,97); }

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