Html Css Color HEX #D7C27C Straw

📋 copy color: '#D7C27C'

red 215 ◦ green 194 ◦ blue 124

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

Shades of Straw #D7C27C

Tints of Straw #D7C27C

RGB

 RED value IS 215 (84.38% from 255) = 40.34%

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 40.34%
G = 36.4%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7C27C (or 0xD7C27C) is known color: Straw. HEX triplet: D7, C2 and 7C. RGB value is (215,194,124). Sum of RGB (Red+Green+Blue) = 215+194+124=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C27C is #283D83. Grayscale: #C0C0C0. Windows color (decimal): -2637188 or 8176343. OLE color: 8176343.

HSL color Cylindrical-coordinate representation of color #D7C27C: hue angle of 46.15º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C27C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 124 -
CMYK 0 0.10 0.42 0.16
HSL 46.15º 0.53% 0.66% -
HSV(B) 46.15º 0.42% 0.84% -
XYZ 50.95 54.49 26.9 -
YUV 192.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 215 194 124 0 0.10 0.42 0.16 46.15 0.53 0.66
Hex D7 C2 7C 0 A 2A 10 2E 35 42
Octal 327 302 174 0 12 52 20 56 65 102
Binary 11010111 11000010 1111100 0 1010 101010 10000 101110 110101 1000010

Color Harmonies of #D7C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C27C

Black with #D7C27C

Text Example


Text Example

White with #D7C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C27C; }

 p { color: rgb(215,194,124); }

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

background-color css

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

 a { background-color: rgb(215,194,124); }

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

border-color css

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

 span { border-color: rgb(215,194,124); }

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