Html Css Color HEX #D8DF8B Primrose

📋 copy color: '#D8DF8B'

red 216 ◦ green 223 ◦ blue 139

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

Shades of Primrose #D8DF8B

Tints of Primrose #D8DF8B

RGB

 RED value IS 216 (84.77% from 255) = 37.37%

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

 BLUE value IS 139 (54.69% from 255) = 24.05%

R = 37.37%
G = 38.58%
B = 24.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#D8DF8B (or 0xD8DF8B) is known color: Primrose. HEX triplet: D8, DF and 8B. RGB value is (216,223,139). Sum of RGB (Red+Green+Blue) = 216+223+139=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DF8B is #272074. Grayscale: #D3D3D3. Windows color (decimal): -2564213 or 9166808. OLE color: 9166808.

HSL color Cylindrical-coordinate representation of color #D8DF8B: hue angle of 65º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8DF8B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 139 -
CMYK 0.03 0 0.38 0.13
HSL 65º 0.57% 0.71% -
HSV(B) 65º 0.38% 0.87% -
XYZ 59.37 69.24 34.66 -
YUV 211.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 216 223 139 0.03 0 0.38 0.13 65 0.57 0.71
Hex D8 DF 8B 3 0 26 D 41 39 47
Octal 330 337 213 3 0 46 15 101 71 107
Binary 11011000 11011111 10001011 11 0 100110 1101 1000001 111001 1000111

Color Harmonies of #D8DF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF8B

Black with #D8DF8B

Text Example


Text Example

White with #D8DF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF8B; }

 p { color: rgb(216,223,139); }

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

background-color css

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

 a { background-color: rgb(216,223,139); }

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

border-color css

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

 span { border-color: rgb(216,223,139); }

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