Html Css Color HEX #DDB977 Straw

📋 copy color: '#DDB977'

red 221 ◦ green 185 ◦ blue 119

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

Shades of Straw #DDB977

Tints of Straw #DDB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 119 (46.88% from 255) = 22.67%

R = 42.1%
G = 35.24%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB977 (or 0xDDB977) is known color: Straw. HEX triplet: DD, B9 and 77. RGB value is (221,185,119). Sum of RGB (Red+Green+Blue) = 221+185+119=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB977 is #224688. Grayscale: #BCBCBC. Windows color (decimal): -2246281 or 7846365. OLE color: 7846365.

HSL color Cylindrical-coordinate representation of color #DDB977: hue angle of 38.82º 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 #DDB977 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 119 -
CMYK 0 0.16 0.46 0.13
HSL 38.82º 0.6% 0.67% -
HSV(B) 38.82º 0.46% 0.87% -
XYZ 50.5 51.4 24.71 -
YUV 188.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 221 185 119 0 0.16 0.46 0.13 38.82 0.6 0.67
Hex DD B9 77 0 10 2E D 27 3C 43
Octal 335 271 167 0 20 56 15 47 74 103
Binary 11011101 10111001 1110111 0 10000 101110 1101 100111 111100 1000011

Color Harmonies of #DDB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB977

Black with #DDB977

Text Example


Text Example

White with #DDB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB977; }

 p { color: rgb(221,185,119); }

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

background-color css

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

 a { background-color: rgb(221,185,119); }

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

border-color css

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

 span { border-color: rgb(221,185,119); }

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