Html Css Color HEX #D5C07E Straw

📋 copy color: '#D5C07E'

red 213 ◦ green 192 ◦ blue 126

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

Shades of Straw #D5C07E

Tints of Straw #D5C07E

RGB

 RED value IS 213 (83.59% from 255) = 40.11%

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 126 (49.61% from 255) = 23.73%

R = 40.11%
G = 36.16%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5C07E (or 0xD5C07E) is known color: Straw. HEX triplet: D5, C0 and 7E. RGB value is (213,192,126). Sum of RGB (Red+Green+Blue) = 213+192+126=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C07E is #2A3F81. Grayscale: #BFBFBF. Windows color (decimal): -2768770 or 8306901. OLE color: 8306901.

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

Color convert

RGB 213 192 126 -
CMYK 0 0.10 0.41 0.16
HSL 45.52º 0.51% 0.66% -
HSV(B) 45.52º 0.41% 0.84% -
XYZ 50.06 53.35 27.4 -
YUV 190.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 213 192 126 0 0.10 0.41 0.16 45.52 0.51 0.66
Hex D5 C0 7E 0 A 29 10 2E 33 42
Octal 325 300 176 0 12 51 20 56 63 102
Binary 11010101 11000000 1111110 0 1010 101001 10000 101110 110011 1000010

Color Harmonies of #D5C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C07E

Black with #D5C07E

Text Example


Text Example

White with #D5C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C07E; }

 p { color: rgb(213,192,126); }

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

background-color css

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

 a { background-color: rgb(213,192,126); }

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

border-color css

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

 span { border-color: rgb(213,192,126); }

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