Html Css Color HEX #DDBE62 Tacha

📋 copy color: '#DDBE62'

red 221 ◦ green 190 ◦ blue 98

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

Shades of Tacha #DDBE62

Tints of Tacha #DDBE62

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 98 (38.67% from 255) = 19.25%

R = 43.42%
G = 37.33%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDBE62 (or 0xDDBE62) is known color: Tacha. HEX triplet: DD, BE and 62. RGB value is (221,190,98). Sum of RGB (Red+Green+Blue) = 221+190+98=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE62 is #22419D. Grayscale: #BDBDBD. Windows color (decimal): -2245022 or 6471389. OLE color: 6471389.

HSL color Cylindrical-coordinate representation of color #DDBE62: hue angle of 44.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDBE62 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 98 -
CMYK 0 0.14 0.56 0.13
HSL 44.88º 0.64% 0.63% -
HSV(B) 44.88º 0.56% 0.87% -
XYZ 50.44 53.08 19.14 -
YUV 188.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 221 190 98 0 0.14 0.56 0.13 44.88 0.64 0.63
Hex DD BE 62 0 E 38 D 2D 40 3F
Octal 335 276 142 0 16 70 15 55 100 77
Binary 11011101 10111110 1100010 0 1110 111000 1101 101101 1000000 111111

Color Harmonies of #DDBE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE62

Black with #DDBE62

Text Example


Text Example

White with #DDBE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE62; }

 p { color: rgb(221,190,98); }

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

background-color css

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

 a { background-color: rgb(221,190,98); }

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

border-color css

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

 span { border-color: rgb(221,190,98); }

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