Html Css Color HEX #D2DD98 Reef

📋 copy color: '#D2DD98'

red 210 ◦ green 221 ◦ blue 152

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

Shades of Reef #D2DD98

Tints of Reef #D2DD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.91%

 BLUE value IS 152 (59.77% from 255) = 26.07%

R = 36.02%
G = 37.91%
B = 26.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#D2DD98 (or 0xD2DD98) is known color: Reef. HEX triplet: D2, DD and 98. RGB value is (210,221,152). Sum of RGB (Red+Green+Blue) = 210+221+152=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD98 is #2D2267. Grayscale: #D2D2D2. Windows color (decimal): -2957928 or 10018258. OLE color: 10018258.

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

Color convert

RGB 210 221 152 -
CMYK 0.05 0 0.31 0.13
HSL 69.57º 0.5% 0.73% -
HSV(B) 69.57º 0.31% 0.87% -
XYZ 58.1 67.68 39.71 -
YUV 209.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 210 221 152 0.05 0 0.31 0.13 69.57 0.5 0.73
Hex D2 DD 98 5 0 1F D 46 32 49
Octal 322 335 230 5 0 37 15 106 62 111
Binary 11010010 11011101 10011000 101 0 11111 1101 1000110 110010 1001001

Color Harmonies of #D2DD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD98

Black with #D2DD98

Text Example


Text Example

White with #D2DD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD98; }

 p { color: rgb(210,221,152); }

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

background-color css

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

 a { background-color: rgb(210,221,152); }

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

border-color css

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

 span { border-color: rgb(210,221,152); }

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