Html Css Color HEX #DDC15A Tacha

📋 copy color: '#DDC15A'

red 221 ◦ green 193 ◦ blue 90

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

Shades of Tacha #DDC15A

Tints of Tacha #DDC15A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

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

R = 43.85%
G = 38.29%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDC15A (or 0xDDC15A) is known color: Tacha. HEX triplet: DD, C1 and 5A. RGB value is (221,193,90). Sum of RGB (Red+Green+Blue) = 221+193+90=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC15A is #223EA5. Grayscale: #BEBEBE. Windows color (decimal): -2244262 or 5947869. OLE color: 5947869.

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

Color convert

RGB 221 193 90 -
CMYK 0 0.13 0.59 0.13
HSL 47.18º 0.66% 0.61% -
HSV(B) 47.18º 0.59% 0.87% -
XYZ 50.73 54.25 17.47 -
YUV 189.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 221 193 90 0 0.13 0.59 0.13 47.18 0.66 0.61
Hex DD C1 5A 0 D 3B D 2F 42 3D
Octal 335 301 132 0 15 73 15 57 102 75
Binary 11011101 11000001 1011010 0 1101 111011 1101 101111 1000010 111101

Color Harmonies of #DDC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC15A

Black with #DDC15A

Text Example


Text Example

White with #DDC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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