Html Css Color HEX #D7C0AF Just Right

📋 copy color: '#D7C0AF'

red 215 ◦ green 192 ◦ blue 175

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

Shades of Just Right #D7C0AF

Tints of Just Right #D7C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.07%

R = 36.94%
G = 32.99%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7C0AF (or 0xD7C0AF) is known color: Just Right. HEX triplet: D7, C0 and AF. RGB value is (215,192,175). Sum of RGB (Red+Green+Blue) = 215+192+175=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C0AF is #283F50. Grayscale: #C5C5C5. Windows color (decimal): -2637649 or 11518167. OLE color: 11518167.

HSL color Cylindrical-coordinate representation of color #D7C0AF: hue angle of 25.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7C0AF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 175 -
CMYK 0 0.11 0.19 0.16
HSL 25.5º 0.33% 0.76% -
HSV(B) 25.5º 0.19% 0.84% -
XYZ 54.61 55.24 48.34 -
YUV 196.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 215 192 175 0 0.11 0.19 0.16 25.5 0.33 0.76
Hex D7 C0 AF 0 B 13 10 1A 21 4C
Octal 327 300 257 0 13 23 20 32 41 114
Binary 11010111 11000000 10101111 0 1011 10011 10000 11010 100001 1001100

Color Harmonies of #D7C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C0AF

Black with #D7C0AF

Text Example


Text Example

White with #D7C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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