Html Css Color HEX #DDBC58 Tacha

📋 copy color: '#DDBC58'

red 221 ◦ green 188 ◦ blue 88

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

Shades of Tacha #DDBC58

Tints of Tacha #DDBC58

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 44.47%
G = 37.83%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDBC58 (or 0xDDBC58) is known color: Tacha. HEX triplet: DD, BC and 58. RGB value is (221,188,88). Sum of RGB (Red+Green+Blue) = 221+188+88=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC58 is #2243A7. Grayscale: #BABABA. Windows color (decimal): -2245544 or 5815517. OLE color: 5815517.

HSL color Cylindrical-coordinate representation of color #DDBC58: hue angle of 45.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDBC58 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 188 88 -
CMYK 0 0.15 0.60 0.13
HSL 45.11º 0.66% 0.61% -
HSV(B) 45.11º 0.6% 0.87% -
XYZ 49.56 52.04 16.67 -
YUV 186.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 221 188 88 0 0.15 0.60 0.13 45.11 0.66 0.61
Hex DD BC 58 0 F 3C D 2D 42 3D
Octal 335 274 130 0 17 74 15 55 102 75
Binary 11011101 10111100 1011000 0 1111 111100 1101 101101 1000010 111101

Color Harmonies of #DDBC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC58

Black with #DDBC58

Text Example


Text Example

White with #DDBC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC58; }

 p { color: rgb(221,188,88); }

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

background-color css

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

 a { background-color: rgb(221,188,88); }

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

border-color css

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

 span { border-color: rgb(221,188,88); }

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