Html Css Color HEX #D7DC90 Primrose

📋 copy color: '#D7DC90'

red 215 ◦ green 220 ◦ blue 144

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

Shades of Primrose #D7DC90

Tints of Primrose #D7DC90

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

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

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

R = 37.13%
G = 38%
B = 24.87%

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

#D7DC90 (or 0xD7DC90) is known color: Primrose. HEX triplet: D7, DC and 90. RGB value is (215,220,144). Sum of RGB (Red+Green+Blue) = 215+220+144=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DC90 is #28236F. Grayscale: #D2D2D2. Windows color (decimal): -2630512 or 9493719. OLE color: 9493719.

HSL color Cylindrical-coordinate representation of color #D7DC90: hue angle of 63.95º 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 #D7DC90 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 144 -
CMYK 0.02 0 0.35 0.14
HSL 63.95º 0.52% 0.71% -
HSV(B) 63.95º 0.35% 0.86% -
XYZ 58.65 67.65 36.35 -
YUV 209.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 215 220 144 0.02 0 0.35 0.14 63.95 0.52 0.71
Hex D7 DC 90 2 0 23 E 40 34 47
Octal 327 334 220 2 0 43 16 100 64 107
Binary 11010111 11011100 10010000 10 0 100011 1110 1000000 110100 1000111

Color Harmonies of #D7DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC90

Black with #D7DC90

Text Example


Text Example

White with #D7DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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