Html Css Color HEX #D3DF96 Reef

📋 copy color: '#D3DF96'

red 211 ◦ green 223 ◦ blue 150

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

Shades of Reef #D3DF96

Tints of Reef #D3DF96

RGB

 RED value IS 211 (82.81% from 255) = 36.13%

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

 BLUE value IS 150 (58.98% from 255) = 25.68%

R = 36.13%
G = 38.18%
B = 25.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#D3DF96 (or 0xD3DF96) is known color: Reef. HEX triplet: D3, DF and 96. RGB value is (211,223,150). Sum of RGB (Red+Green+Blue) = 211+223+150=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DF96 is #2C2069. Grayscale: #D3D3D3. Windows color (decimal): -2891882 or 9887699. OLE color: 9887699.

HSL color Cylindrical-coordinate representation of color #D3DF96: hue angle of 69.86º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3DF96 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 223 150 -
CMYK 0.05 0 0.33 0.13
HSL 69.86º 0.53% 0.73% -
HSV(B) 69.86º 0.33% 0.87% -
XYZ 58.76 68.83 39.04 -
YUV 211.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 211 223 150 0.05 0 0.33 0.13 69.86 0.53 0.73
Hex D3 DF 96 5 0 21 D 46 35 49
Octal 323 337 226 5 0 41 15 106 65 111
Binary 11010011 11011111 10010110 101 0 100001 1101 1000110 110101 1001001

Color Harmonies of #D3DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DF96

Black with #D3DF96

Text Example


Text Example

White with #D3DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DF96; }

 p { color: rgb(211,223,150); }

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

background-color css

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

 a { background-color: rgb(211,223,150); }

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

border-color css

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

 span { border-color: rgb(211,223,150); }

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