Html Css Color HEX #DDC55C Tacha

📋 copy color: '#DDC55C'

red 221 ◦ green 197 ◦ blue 92

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

Shades of Tacha #DDC55C

Tints of Tacha #DDC55C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.63%

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 43.33%
G = 38.63%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDC55C (or 0xDDC55C) is known color: Tacha. HEX triplet: DD, C5 and 5C. RGB value is (221,197,92). Sum of RGB (Red+Green+Blue) = 221+197+92=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC55C is #223AA3. Grayscale: #C0C0C0. Windows color (decimal): -2243236 or 6079965. OLE color: 6079965.

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

Color convert

RGB 221 197 92 -
CMYK 0 0.11 0.58 0.13
HSL 48.84º 0.65% 0.61% -
HSV(B) 48.84º 0.58% 0.87% -
XYZ 51.72 56.08 18.22 -
YUV 192.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 221 197 92 0 0.11 0.58 0.13 48.84 0.65 0.61
Hex DD C5 5C 0 B 3A D 31 41 3D
Octal 335 305 134 0 13 72 15 61 101 75
Binary 11011101 11000101 1011100 0 1011 111010 1101 110001 1000001 111101

Color Harmonies of #DDC55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC55C

Black with #DDC55C

Text Example


Text Example

White with #DDC55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC55C; }

 p { color: rgb(221,197,92); }

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

background-color css

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

 a { background-color: rgb(221,197,92); }

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

border-color css

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

 span { border-color: rgb(221,197,92); }

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