Html Css Color HEX #D2DF9F Reef

📋 copy color: '#D2DF9F'

red 210 ◦ green 223 ◦ blue 159

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

Shades of Reef #D2DF9F

Tints of Reef #D2DF9F

RGB

 RED value IS 210 (82.42% from 255) = 35.47%

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

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

R = 35.47%
G = 37.67%
B = 26.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#D2DF9F (or 0xD2DF9F) is known color: Reef. HEX triplet: D2, DF and 9F. RGB value is (210,223,159). Sum of RGB (Red+Green+Blue) = 210+223+159=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DF9F is #2D2060. Grayscale: #D4D4D4. Windows color (decimal): -2957409 or 10477522. OLE color: 10477522.

HSL color Cylindrical-coordinate representation of color #D2DF9F: hue angle of 72.19º 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 #D2DF9F is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 159 -
CMYK 0.06 0 0.29 0.13
HSL 72.19º 0.5% 0.75% -
HSV(B) 72.19º 0.29% 0.87% -
XYZ 59.22 68.98 42.99 -
YUV 211.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 210 223 159 0.06 0 0.29 0.13 72.19 0.5 0.75
Hex D2 DF 9F 6 0 1D D 48 32 4B
Octal 322 337 237 6 0 35 15 110 62 113
Binary 11010010 11011111 10011111 110 0 11101 1101 1001000 110010 1001011

Color Harmonies of #D2DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF9F

Black with #D2DF9F

Text Example


Text Example

White with #D2DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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