Html Css Color HEX #DDC15B Tacha

📋 copy color: '#DDC15B'

red 221 ◦ green 193 ◦ blue 91

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

Shades of Tacha #DDC15B

Tints of Tacha #DDC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.02%

R = 43.76%
G = 38.22%
B = 18.02%

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

#DDC15B (or 0xDDC15B) is known color: Tacha. HEX triplet: DD, C1 and 5B. RGB value is (221,193,91). Sum of RGB (Red+Green+Blue) = 221+193+91=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC15B is #223EA4. Grayscale: #BEBEBE. Windows color (decimal): -2244261 or 6013405. OLE color: 6013405.

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

Color convert

RGB 221 193 91 -
CMYK 0 0.13 0.59 0.13
HSL 47.08º 0.66% 0.61% -
HSV(B) 47.08º 0.59% 0.87% -
XYZ 50.78 54.27 17.7 -
YUV 189.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 221 193 91 0 0.13 0.59 0.13 47.08 0.66 0.61
Hex DD C1 5B 0 D 3B D 2F 42 3D
Octal 335 301 133 0 15 73 15 57 102 75
Binary 11011101 11000001 1011011 0 1101 111011 1101 101111 1000010 111101

Color Harmonies of #DDC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC15B

Black with #DDC15B

Text Example


Text Example

White with #DDC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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