Html Css Color HEX #DDC35E Tacha

📋 copy color: '#DDC35E'

red 221 ◦ green 195 ◦ blue 94

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

Shades of Tacha #DDC35E

Tints of Tacha #DDC35E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

 BLUE value IS 94 (37.11% from 255) = 18.43%

R = 43.33%
G = 38.24%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDC35E (or 0xDDC35E) is known color: Tacha. HEX triplet: DD, C3 and 5E. RGB value is (221,195,94). Sum of RGB (Red+Green+Blue) = 221+195+94=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC35E is #223CA1. Grayscale: #BFBFBF. Windows color (decimal): -2243746 or 6210525. OLE color: 6210525.

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

Color convert

RGB 221 195 94 -
CMYK 0 0.12 0.57 0.13
HSL 47.72º 0.65% 0.62% -
HSV(B) 47.72º 0.57% 0.87% -
XYZ 51.35 55.21 18.54 -
YUV 191.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 221 195 94 0 0.12 0.57 0.13 47.72 0.65 0.62
Hex DD C3 5E 0 C 39 D 30 41 3E
Octal 335 303 136 0 14 71 15 60 101 76
Binary 11011101 11000011 1011110 0 1100 111001 1101 110000 1000001 111110

Color Harmonies of #DDC35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC35E

Black with #DDC35E

Text Example


Text Example

White with #DDC35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC35E; }

 p { color: rgb(221,195,94); }

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

background-color css

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

 a { background-color: rgb(221,195,94); }

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

border-color css

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

 span { border-color: rgb(221,195,94); }

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