Html Css Color HEX #DDC055 Tacha

📋 copy color: '#DDC055'

red 221 ◦ green 192 ◦ blue 85

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

Shades of Tacha #DDC055

Tints of Tacha #DDC055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.07%

R = 44.38%
G = 38.55%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC055 (or 0xDDC055) is known color: Tacha. HEX triplet: DD, C0 and 55. RGB value is (221,192,85). Sum of RGB (Red+Green+Blue) = 221+192+85=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC055 is #223FAA. Grayscale: #BCBCBC. Windows color (decimal): -2244523 or 5619933. OLE color: 5619933.

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

Color convert

RGB 221 192 85 -
CMYK 0 0.13 0.62 0.13
HSL 47.21º 0.67% 0.6% -
HSV(B) 47.21º 0.62% 0.87% -
XYZ 50.31 53.73 16.31 -
YUV 188.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 221 192 85 0 0.13 0.62 0.13 47.21 0.67 0.6
Hex DD C0 55 0 D 3E D 2F 43 3C
Octal 335 300 125 0 15 76 15 57 103 74
Binary 11011101 11000000 1010101 0 1101 111110 1101 101111 1000011 111100

Color Harmonies of #DDC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC055

Black with #DDC055

Text Example


Text Example

White with #DDC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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