Html Css Color HEX #DDC261 Tacha

📋 copy color: '#DDC261'

red 221 ◦ green 194 ◦ blue 97

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

Shades of Tacha #DDC261

Tints of Tacha #DDC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 43.16%
G = 37.89%
B = 18.95%

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

#DDC261 (or 0xDDC261) is known color: Tacha. HEX triplet: DD, C2 and 61. RGB value is (221,194,97). Sum of RGB (Red+Green+Blue) = 221+194+97=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC261 is #223D9E. Grayscale: #BFBFBF. Windows color (decimal): -2243999 or 6406877. OLE color: 6406877.

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

Color convert

RGB 221 194 97 -
CMYK 0 0.12 0.56 0.13
HSL 46.94º 0.65% 0.62% -
HSV(B) 46.94º 0.56% 0.87% -
XYZ 51.27 54.82 19.19 -
YUV 191.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 221 194 97 0 0.12 0.56 0.13 46.94 0.65 0.62
Hex DD C2 61 0 C 38 D 2F 41 3E
Octal 335 302 141 0 14 70 15 57 101 76
Binary 11011101 11000010 1100001 0 1100 111000 1101 101111 1000001 111110

Color Harmonies of #DDC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC261

Black with #DDC261

Text Example


Text Example

White with #DDC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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