Html Css Color HEX #D5DF9F Reef

📋 copy color: '#D5DF9F'

red 213 ◦ green 223 ◦ blue 159

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

Shades of Reef #D5DF9F

Tints of Reef #D5DF9F

RGB

 RED value IS 213 (83.59% from 255) = 35.8%

 GREEN value IS 223 (87.5% from 255) = 37.48%

 BLUE value IS 159 (62.5% from 255) = 26.72%

R = 35.8%
G = 37.48%
B = 26.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#D5DF9F (or 0xD5DF9F) is known color: Reef. HEX triplet: D5, DF and 9F. RGB value is (213,223,159). Sum of RGB (Red+Green+Blue) = 213+223+159=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF9F is #2A2060. Grayscale: #D4D4D4. Windows color (decimal): -2760801 or 10477525. OLE color: 10477525.

HSL color Cylindrical-coordinate representation of color #D5DF9F: hue angle of 69.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5DF9F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 159 -
CMYK 0.04 0 0.29 0.13
HSL 69.38º 0.5% 0.75% -
HSV(B) 69.38º 0.29% 0.87% -
XYZ 60.09 69.42 43.03 -
YUV 212.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 213 223 159 0.04 0 0.29 0.13 69.38 0.5 0.75
Hex D5 DF 9F 4 0 1D D 45 32 4B
Octal 325 337 237 4 0 35 15 105 62 113
Binary 11010101 11011111 10011111 100 0 11101 1101 1000101 110010 1001011

Color Harmonies of #D5DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF9F

Black with #D5DF9F

Text Example


Text Example

White with #D5DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF9F; }

 p { color: rgb(213,223,159); }

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

background-color css

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

 a { background-color: rgb(213,223,159); }

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

border-color css

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

 span { border-color: rgb(213,223,159); }

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