Html Css Color HEX #D7C975 Chenin

📋 copy color: '#D7C975'

red 215 ◦ green 201 ◦ blue 117

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

Shades of Chenin #D7C975

Tints of Chenin #D7C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

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

R = 40.34%
G = 37.71%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7C975 (or 0xD7C975) is known color: Chenin. HEX triplet: D7, C9 and 75. RGB value is (215,201,117). Sum of RGB (Red+Green+Blue) = 215+201+117=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C975 is #28368A. Grayscale: #C3C3C3. Windows color (decimal): -2635403 or 7719383. OLE color: 7719383.

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

Color convert

RGB 215 201 117 -
CMYK 0 0.07 0.46 0.16
HSL 51.43º 0.55% 0.65% -
HSV(B) 51.43º 0.46% 0.84% -
XYZ 52.12 57.5 25.18 -
YUV 195.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 215 201 117 0 0.07 0.46 0.16 51.43 0.55 0.65
Hex D7 C9 75 0 7 2E 10 33 37 41
Octal 327 311 165 0 7 56 20 63 67 101
Binary 11010111 11001001 1110101 0 111 101110 10000 110011 110111 1000001

Color Harmonies of #D7C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C975

Black with #D7C975

Text Example


Text Example

White with #D7C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C975; }

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

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

background-color css

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

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

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

border-color css

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

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

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