Html Css Color HEX #D7C075 Chenin

📋 copy color: '#D7C075'

red 215 ◦ green 192 ◦ blue 117

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

Shades of Chenin #D7C075

Tints of Chenin #D7C075

RGB

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

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

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

R = 41.03%
G = 36.64%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7C075 (or 0xD7C075) is known color: Chenin. HEX triplet: D7, C0 and 75. RGB value is (215,192,117). Sum of RGB (Red+Green+Blue) = 215+192+117=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C075 is #283F8A. Grayscale: #BEBEBE. Windows color (decimal): -2637707 or 7717079. OLE color: 7717079.

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

Color convert

RGB 215 192 117 -
CMYK 0 0.11 0.46 0.16
HSL 45.92º 0.55% 0.65% -
HSV(B) 45.92º 0.46% 0.84% -
XYZ 50.08 53.43 24.5 -
YUV 190.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 215 192 117 0 0.11 0.46 0.16 45.92 0.55 0.65
Hex D7 C0 75 0 B 2E 10 2E 37 41
Octal 327 300 165 0 13 56 20 56 67 101
Binary 11010111 11000000 1110101 0 1011 101110 10000 101110 110111 1000001

Color Harmonies of #D7C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C075

Black with #D7C075

Text Example


Text Example

White with #D7C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C075; }

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

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

background-color css

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

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

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

border-color css

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

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

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