Html Css Color HEX #DDC360 Tacha

📋 copy color: '#DDC360'

red 221 ◦ green 195 ◦ blue 96

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

Shades of Tacha #DDC360

Tints of Tacha #DDC360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 43.16%
G = 38.09%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDC360 (or 0xDDC360) is known color: Tacha. HEX triplet: DD, C3 and 60. RGB value is (221,195,96). Sum of RGB (Red+Green+Blue) = 221+195+96=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC360 is #223C9F. Grayscale: #BFBFBF. Windows color (decimal): -2243744 or 6341597. OLE color: 6341597.

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

Color convert

RGB 221 195 96 -
CMYK 0 0.12 0.57 0.13
HSL 47.52º 0.65% 0.62% -
HSV(B) 47.52º 0.57% 0.87% -
XYZ 51.45 55.25 19.02 -
YUV 191.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 221 195 96 0 0.12 0.57 0.13 47.52 0.65 0.62
Hex DD C3 60 0 C 39 D 30 41 3E
Octal 335 303 140 0 14 71 15 60 101 76
Binary 11011101 11000011 1100000 0 1100 111001 1101 110000 1000001 111110

Color Harmonies of #DDC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC360

Black with #DDC360

Text Example


Text Example

White with #DDC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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