Html Css Color HEX #D5DF9A Reef

📋 copy color: '#D5DF9A'

red 213 ◦ green 223 ◦ blue 154

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

Shades of Reef #D5DF9A

Tints of Reef #D5DF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 36.1%
G = 37.8%
B = 26.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#D5DF9A (or 0xD5DF9A) is known color: Reef. HEX triplet: D5, DF and 9A. RGB value is (213,223,154). Sum of RGB (Red+Green+Blue) = 213+223+154=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF9A is #2A2065. Grayscale: #D4D4D4. Windows color (decimal): -2760806 or 10149845. OLE color: 10149845.

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

Color convert

RGB 213 223 154 -
CMYK 0.04 0 0.31 0.13
HSL 68.7º 0.52% 0.74% -
HSV(B) 68.7º 0.31% 0.87% -
XYZ 59.66 69.25 40.79 -
YUV 212.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 213 223 154 0.04 0 0.31 0.13 68.7 0.52 0.74
Hex D5 DF 9A 4 0 1F D 45 34 4A
Octal 325 337 232 4 0 37 15 105 64 112
Binary 11010101 11011111 10011010 100 0 11111 1101 1000101 110100 1001010

Color Harmonies of #D5DF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF9A

Black with #D5DF9A

Text Example


Text Example

White with #D5DF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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