Html Css Color HEX #D6DB94 Primrose

📋 copy color: '#D6DB94'

red 214 ◦ green 219 ◦ blue 148

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

Shades of Primrose #D6DB94

Tints of Primrose #D6DB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.47%

R = 36.83%
G = 37.69%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#D6DB94 (or 0xD6DB94) is known color: Primrose. HEX triplet: D6, DB and 94. RGB value is (214,219,148). Sum of RGB (Red+Green+Blue) = 214+219+148=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB94 is #29246B. Grayscale: #D1D1D1. Windows color (decimal): -2696300 or 9755606. OLE color: 9755606.

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

Color convert

RGB 214 219 148 -
CMYK 0.02 0 0.32 0.14
HSL 64.23º 0.5% 0.72% -
HSV(B) 64.23º 0.32% 0.86% -
XYZ 58.41 67.1 37.89 -
YUV 209.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 214 219 148 0.02 0 0.32 0.14 64.23 0.5 0.72
Hex D6 DB 94 2 0 20 E 40 32 48
Octal 326 333 224 2 0 40 16 100 62 110
Binary 11010110 11011011 10010100 10 0 100000 1110 1000000 110010 1001000

Color Harmonies of #D6DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB94

Black with #D6DB94

Text Example


Text Example

White with #D6DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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