Html Css Color HEX #D7C17D Straw

📋 copy color: '#D7C17D'

red 215 ◦ green 193 ◦ blue 125

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

Shades of Straw #D7C17D

Tints of Straw #D7C17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.21%

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

R = 40.34%
G = 36.21%
B = 23.45%

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

#D7C17D (or 0xD7C17D) is known color: Straw. HEX triplet: D7, C1 and 7D. RGB value is (215,193,125). Sum of RGB (Red+Green+Blue) = 215+193+125=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C17D is #283E82. Grayscale: #C0C0C0. Windows color (decimal): -2637443 or 8241623. OLE color: 8241623.

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

Color convert

RGB 215 193 125 -
CMYK 0 0.10 0.42 0.16
HSL 45.33º 0.53% 0.67% -
HSV(B) 45.33º 0.42% 0.84% -
XYZ 50.8 54.07 27.16 -
YUV 191.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 215 193 125 0 0.10 0.42 0.16 45.33 0.53 0.67
Hex D7 C1 7D 0 A 2A 10 2D 35 43
Octal 327 301 175 0 12 52 20 55 65 103
Binary 11010111 11000001 1111101 0 1010 101010 10000 101101 110101 1000011

Color Harmonies of #D7C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C17D

Black with #D7C17D

Text Example


Text Example

White with #D7C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C17D; }

 p { color: rgb(215,193,125); }

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

background-color css

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

 a { background-color: rgb(215,193,125); }

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

border-color css

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

 span { border-color: rgb(215,193,125); }

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