Html Css Color HEX #DDC95B Tacha

📋 copy color: '#DDC95B'

red 221 ◦ green 201 ◦ blue 91

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

Shades of Tacha #DDC95B

Tints of Tacha #DDC95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

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

R = 43.08%
G = 39.18%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDC95B (or 0xDDC95B) is known color: Tacha. HEX triplet: DD, C9 and 5B. RGB value is (221,201,91). Sum of RGB (Red+Green+Blue) = 221+201+91=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95B is #2236A4. Grayscale: #C2C2C2. Windows color (decimal): -2242213 or 6015453. OLE color: 6015453.

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

Color convert

RGB 221 201 91 -
CMYK 0 0.09 0.59 0.13
HSL 50.77º 0.66% 0.61% -
HSV(B) 50.77º 0.59% 0.87% -
XYZ 52.59 57.9 18.3 -
YUV 194.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 221 201 91 0 0.09 0.59 0.13 50.77 0.66 0.61
Hex DD C9 5B 0 9 3B D 33 42 3D
Octal 335 311 133 0 11 73 15 63 102 75
Binary 11011101 11001001 1011011 0 1001 111011 1101 110011 1000010 111101

Color Harmonies of #DDC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC95B

Black with #DDC95B

Text Example


Text Example

White with #DDC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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