Html Css Color HEX #D6DB90 Primrose

📋 copy color: '#D6DB90'

red 214 ◦ green 219 ◦ blue 144

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

Shades of Primrose #D6DB90

Tints of Primrose #D6DB90

RGB

 RED value IS 214 (83.98% from 255) = 37.09%

 GREEN value IS 219 (85.94% from 255) = 37.95%

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

R = 37.09%
G = 37.95%
B = 24.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#D6DB90 (or 0xD6DB90) is known color: Primrose. HEX triplet: D6, DB and 90. RGB value is (214,219,144). Sum of RGB (Red+Green+Blue) = 214+219+144=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB90 is #29246F. Grayscale: #D1D1D1. Windows color (decimal): -2696304 or 9493462. OLE color: 9493462.

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

Color convert

RGB 214 219 144 -
CMYK 0.02 0 0.34 0.14
HSL 64º 0.51% 0.71% -
HSV(B) 64º 0.34% 0.86% -
XYZ 58.1 66.97 36.25 -
YUV 208.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 214 219 144 0.02 0 0.34 0.14 64 0.51 0.71
Hex D6 DB 90 2 0 22 E 40 33 47
Octal 326 333 220 2 0 42 16 100 63 107
Binary 11010110 11011011 10010000 10 0 100010 1110 1000000 110011 1000111

Color Harmonies of #D6DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB90

Black with #D6DB90

Text Example


Text Example

White with #D6DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB90; }

 p { color: rgb(214,219,144); }

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

background-color css

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

 a { background-color: rgb(214,219,144); }

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

border-color css

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

 span { border-color: rgb(214,219,144); }

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