Html Css Color HEX #DDBD78 Straw

📋 copy color: '#DDBD78'

red 221 ◦ green 189 ◦ blue 120

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

Shades of Straw #DDBD78

Tints of Straw #DDBD78

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 41.7%
G = 35.66%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDBD78 (or 0xDDBD78) is known color: Straw. HEX triplet: DD, BD and 78. RGB value is (221,189,120). Sum of RGB (Red+Green+Blue) = 221+189+120=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD78 is #224287. Grayscale: #BFBFBF. Windows color (decimal): -2245256 or 7912925. OLE color: 7912925.

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

Color convert

RGB 221 189 120 -
CMYK 0 0.14 0.46 0.13
HSL 40.99º 0.6% 0.67% -
HSV(B) 40.99º 0.46% 0.87% -
XYZ 51.41 53.12 25.31 -
YUV 190.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 221 189 120 0 0.14 0.46 0.13 40.99 0.6 0.67
Hex DD BD 78 0 E 2E D 29 3C 43
Octal 335 275 170 0 16 56 15 51 74 103
Binary 11011101 10111101 1111000 0 1110 101110 1101 101001 111100 1000011

Color Harmonies of #DDBD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD78

Black with #DDBD78

Text Example


Text Example

White with #DDBD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD78; }

 p { color: rgb(221,189,120); }

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

background-color css

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

 a { background-color: rgb(221,189,120); }

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

border-color css

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

 span { border-color: rgb(221,189,120); }

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