Html Css Color HEX #D6DB8D Primrose

📋 copy color: '#D6DB8D'

red 214 ◦ green 219 ◦ blue 141

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

Shades of Primrose #D6DB8D

Tints of Primrose #D6DB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.56%

R = 37.28%
G = 38.15%
B = 24.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#D6DB8D (or 0xD6DB8D) is known color: Primrose. HEX triplet: D6, DB and 8D. RGB value is (214,219,141). Sum of RGB (Red+Green+Blue) = 214+219+141=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB8D is #292472. Grayscale: #D0D0D0. Windows color (decimal): -2696307 or 9296854. OLE color: 9296854.

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

Color convert

RGB 214 219 141 -
CMYK 0.02 0 0.36 0.14
HSL 63.85º 0.52% 0.71% -
HSV(B) 63.85º 0.36% 0.86% -
XYZ 57.87 66.88 35.06 -
YUV 208.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 214 219 141 0.02 0 0.36 0.14 63.85 0.52 0.71
Hex D6 DB 8D 2 0 24 E 40 34 47
Octal 326 333 215 2 0 44 16 100 64 107
Binary 11010110 11011011 10001101 10 0 100100 1110 1000000 110100 1000111

Color Harmonies of #D6DB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB8D

Black with #D6DB8D

Text Example


Text Example

White with #D6DB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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