Html Css Color HEX #DEBD7D Straw

📋 copy color: '#DEBD7D'

red 222 ◦ green 189 ◦ blue 125

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

Shades of Straw #DEBD7D

Tints of Straw #DEBD7D

RGB

 RED value IS 222 (87.11% from 255) = 41.42%

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

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 41.42%
G = 35.26%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DEBD7D (or 0xDEBD7D) is known color: Straw. HEX triplet: DE, BD and 7D. RGB value is (222,189,125). Sum of RGB (Red+Green+Blue) = 222+189+125=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD7D is #214282. Grayscale: #BFBFBF. Windows color (decimal): -2179715 or 8240606. OLE color: 8240606.

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

Color convert

RGB 222 189 125 -
CMYK 0 0.15 0.44 0.13
HSL 39.59º 0.6% 0.68% -
HSV(B) 39.59º 0.44% 0.87% -
XYZ 52.02 53.41 26.97 -
YUV 191.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 222 189 125 0 0.15 0.44 0.13 39.59 0.6 0.68
Hex DE BD 7D 0 F 2C D 28 3C 44
Octal 336 275 175 0 17 54 15 50 74 104
Binary 11011110 10111101 1111101 0 1111 101100 1101 101000 111100 1000100

Color Harmonies of #DEBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD7D

Black with #DEBD7D

Text Example


Text Example

White with #DEBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD7D; }

 p { color: rgb(222,189,125); }

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

background-color css

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

 a { background-color: rgb(222,189,125); }

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

border-color css

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

 span { border-color: rgb(222,189,125); }

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