Html Css Color HEX #DDC55A Tacha

📋 copy color: '#DDC55A'

red 221 ◦ green 197 ◦ blue 90

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

Shades of Tacha #DDC55A

Tints of Tacha #DDC55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 43.5%
G = 38.78%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDC55A (or 0xDDC55A) is known color: Tacha. HEX triplet: DD, C5 and 5A. RGB value is (221,197,90). Sum of RGB (Red+Green+Blue) = 221+197+90=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC55A is #223AA5. Grayscale: #C0C0C0. Windows color (decimal): -2243238 or 5948893. OLE color: 5948893.

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

Color convert

RGB 221 197 90 -
CMYK 0 0.11 0.59 0.13
HSL 49.01º 0.66% 0.61% -
HSV(B) 49.01º 0.59% 0.87% -
XYZ 51.63 56.04 17.77 -
YUV 191.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 221 197 90 0 0.11 0.59 0.13 49.01 0.66 0.61
Hex DD C5 5A 0 B 3B D 31 42 3D
Octal 335 305 132 0 13 73 15 61 102 75
Binary 11011101 11000101 1011010 0 1011 111011 1101 110001 1000010 111101

Color Harmonies of #DDC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC55A

Black with #DDC55A

Text Example


Text Example

White with #DDC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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