Html Css Color HEX #D7C27D Straw

📋 copy color: '#D7C27D'

red 215 ◦ green 194 ◦ blue 125

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

Shades of Straw #D7C27D

Tints of Straw #D7C27D

RGB

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

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

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

R = 40.26%
G = 36.33%
B = 23.41%

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

#D7C27D (or 0xD7C27D) is known color: Straw. HEX triplet: D7, C2 and 7D. RGB value is (215,194,125). Sum of RGB (Red+Green+Blue) = 215+194+125=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C27D is #283D82. Grayscale: #C0C0C0. Windows color (decimal): -2637187 or 8241879. OLE color: 8241879.

HSL color Cylindrical-coordinate representation of color #D7C27D: hue angle of 46º 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 #D7C27D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 125 -
CMYK 0 0.10 0.42 0.16
HSL 46º 0.53% 0.67% -
HSV(B) 46º 0.42% 0.84% -
XYZ 51.02 54.51 27.23 -
YUV 192.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 215 194 125 0 0.10 0.42 0.16 46 0.53 0.67
Hex D7 C2 7D 0 A 2A 10 2E 35 43
Octal 327 302 175 0 12 52 20 56 65 103
Binary 11010111 11000010 1111101 0 1010 101010 10000 101110 110101 1000011

Color Harmonies of #D7C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C27D

Black with #D7C27D

Text Example


Text Example

White with #D7C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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