Html Css Color HEX #DDBF81 Straw

📋 copy color: '#DDBF81'

red 221 ◦ green 191 ◦ blue 129

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

Shades of Straw #DDBF81

Tints of Straw #DDBF81

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 129 (50.78% from 255) = 23.84%

R = 40.85%
G = 35.3%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDBF81 (or 0xDDBF81) is known color: Straw. HEX triplet: DD, BF and 81. RGB value is (221,191,129). Sum of RGB (Red+Green+Blue) = 221+191+129=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF81 is #22407E. Grayscale: #C1C1C1. Windows color (decimal): -2244735 or 8503261. OLE color: 8503261.

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

Color convert

RGB 221 191 129 -
CMYK 0 0.14 0.42 0.13
HSL 40.43º 0.58% 0.69% -
HSV(B) 40.43º 0.42% 0.87% -
XYZ 52.41 54.22 28.47 -
YUV 192.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 221 191 129 0 0.14 0.42 0.13 40.43 0.58 0.69
Hex DD BF 81 0 E 2A D 28 3A 45
Octal 335 277 201 0 16 52 15 50 72 105
Binary 11011101 10111111 10000001 0 1110 101010 1101 101000 111010 1000101

Color Harmonies of #DDBF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF81

Black with #DDBF81

Text Example


Text Example

White with #DDBF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF81; }

 p { color: rgb(221,191,129); }

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

background-color css

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

 a { background-color: rgb(221,191,129); }

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

border-color css

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

 span { border-color: rgb(221,191,129); }

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