Html Css Color HEX #DDBC64 Tacha

📋 copy color: '#DDBC64'

red 221 ◦ green 188 ◦ blue 100

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

Shades of Tacha #DDBC64

Tints of Tacha #DDBC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 43.42%
G = 36.94%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDBC64 (or 0xDDBC64) is known color: Tacha. HEX triplet: DD, BC and 64. RGB value is (221,188,100). Sum of RGB (Red+Green+Blue) = 221+188+100=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC64 is #22439B. Grayscale: #BCBCBC. Windows color (decimal): -2245532 or 6601949. OLE color: 6601949.

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

Color convert

RGB 221 188 100 -
CMYK 0 0.15 0.55 0.13
HSL 43.64º 0.64% 0.63% -
HSV(B) 43.64º 0.55% 0.87% -
XYZ 50.1 52.26 19.5 -
YUV 187.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 221 188 100 0 0.15 0.55 0.13 43.64 0.64 0.63
Hex DD BC 64 0 F 37 D 2C 40 3F
Octal 335 274 144 0 17 67 15 54 100 77
Binary 11011101 10111100 1100100 0 1111 110111 1101 101100 1000000 111111

Color Harmonies of #DDBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC64

Black with #DDBC64

Text Example


Text Example

White with #DDBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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