Html Css Color HEX #DDB978 Straw

📋 copy color: '#DDB978'

red 221 ◦ green 185 ◦ blue 120

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

Shades of Straw #DDB978

Tints of Straw #DDB978

RGB

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

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

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

R = 42.02%
G = 35.17%
B = 22.81%

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

#DDB978 (or 0xDDB978) is known color: Straw. HEX triplet: DD, B9 and 78. RGB value is (221,185,120). Sum of RGB (Red+Green+Blue) = 221+185+120=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB978 is #224687. Grayscale: #BCBCBC. Windows color (decimal): -2246280 or 7911901. OLE color: 7911901.

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

Color convert

RGB 221 185 120 -
CMYK 0 0.16 0.46 0.13
HSL 38.61º 0.6% 0.67% -
HSV(B) 38.61º 0.46% 0.87% -
XYZ 50.56 51.43 25.03 -
YUV 188.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 221 185 120 0 0.16 0.46 0.13 38.61 0.6 0.67
Hex DD B9 78 0 10 2E D 27 3C 43
Octal 335 271 170 0 20 56 15 47 74 103
Binary 11011101 10111001 1111000 0 10000 101110 1101 100111 111100 1000011

Color Harmonies of #DDB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB978

Black with #DDB978

Text Example


Text Example

White with #DDB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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