Html Css Color HEX #D7C275 Chenin

📋 copy color: '#D7C275'

red 215 ◦ green 194 ◦ blue 117

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

Shades of Chenin #D7C275

Tints of Chenin #D7C275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 40.87%
G = 36.88%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7C275 (or 0xD7C275) is known color: Chenin. HEX triplet: D7, C2 and 75. RGB value is (215,194,117). Sum of RGB (Red+Green+Blue) = 215+194+117=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C275 is #283D8A. Grayscale: #BFBFBF. Windows color (decimal): -2637195 or 7717591. OLE color: 7717591.

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

Color convert

RGB 215 194 117 -
CMYK 0 0.10 0.46 0.16
HSL 47.14º 0.55% 0.65% -
HSV(B) 47.14º 0.46% 0.84% -
XYZ 50.53 54.32 24.65 -
YUV 191.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 215 194 117 0 0.10 0.46 0.16 47.14 0.55 0.65
Hex D7 C2 75 0 A 2E 10 2F 37 41
Octal 327 302 165 0 12 56 20 57 67 101
Binary 11010111 11000010 1110101 0 1010 101110 10000 101111 110111 1000001

Color Harmonies of #D7C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C275

Black with #D7C275

Text Example


Text Example

White with #D7C275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C275; }

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

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

background-color css

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

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

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

border-color css

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

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

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