Html Css Color HEX #D9C0AF Just Right

📋 copy color: '#D9C0AF'

red 217 ◦ green 192 ◦ blue 175

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

Shades of Just Right #D9C0AF

Tints of Just Right #D9C0AF

RGB

 RED value IS 217 (85.16% from 255) = 37.16%

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

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

R = 37.16%
G = 32.88%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9C0AF (or 0xD9C0AF) is known color: Just Right. HEX triplet: D9, C0 and AF. RGB value is (217,192,175). Sum of RGB (Red+Green+Blue) = 217+192+175=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C0AF is #263F50. Grayscale: #C5C5C5. Windows color (decimal): -2506577 or 11518169. OLE color: 11518169.

HSL color Cylindrical-coordinate representation of color #D9C0AF: hue angle of 24.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9C0AF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 175 -
CMYK 0 0.12 0.19 0.15
HSL 24.29º 0.36% 0.77% -
HSV(B) 24.29º 0.19% 0.85% -
XYZ 55.2 55.55 48.37 -
YUV 197.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 217 192 175 0 0.12 0.19 0.15 24.29 0.36 0.77
Hex D9 C0 AF 0 C 13 F 18 24 4D
Octal 331 300 257 0 14 23 17 30 44 115
Binary 11011001 11000000 10101111 0 1100 10011 1111 11000 100100 1001101

Color Harmonies of #D9C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0AF

Black with #D9C0AF

Text Example


Text Example

White with #D9C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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