Html Css Color HEX #D8DC90 Primrose

📋 copy color: '#D8DC90'

red 216 ◦ green 220 ◦ blue 144

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

Shades of Primrose #D8DC90

Tints of Primrose #D8DC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

 BLUE value IS 144 (56.64% from 255) = 24.83%

R = 37.24%
G = 37.93%
B = 24.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#D8DC90 (or 0xD8DC90) is known color: Primrose. HEX triplet: D8, DC and 90. RGB value is (216,220,144). Sum of RGB (Red+Green+Blue) = 216+220+144=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC90 is #27236F. Grayscale: #D2D2D2. Windows color (decimal): -2564976 or 9493720. OLE color: 9493720.

HSL color Cylindrical-coordinate representation of color #D8DC90: hue angle of 63.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8DC90 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 144 -
CMYK 0.02 0 0.35 0.14
HSL 63.16º 0.52% 0.71% -
HSV(B) 63.16º 0.35% 0.86% -
XYZ 58.95 67.8 36.37 -
YUV 210.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 216 220 144 0.02 0 0.35 0.14 63.16 0.52 0.71
Hex D8 DC 90 2 0 23 E 3F 34 47
Octal 330 334 220 2 0 43 16 77 64 107
Binary 11011000 11011100 10010000 10 0 100011 1110 111111 110100 1000111

Color Harmonies of #D8DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC90

Black with #D8DC90

Text Example


Text Example

White with #D8DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC90; }

 p { color: rgb(216,220,144); }

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

background-color css

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

 a { background-color: rgb(216,220,144); }

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

border-color css

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

 span { border-color: rgb(216,220,144); }

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