Html Css Color HEX #D6DB9B Primrose

📋 copy color: '#D6DB9B'

red 214 ◦ green 219 ◦ blue 155

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

Shades of Primrose #D6DB9B

Tints of Primrose #D6DB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.36%

R = 36.39%
G = 37.24%
B = 26.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#D6DB9B (or 0xD6DB9B) is known color: Primrose. HEX triplet: D6, DB and 9B. RGB value is (214,219,155). Sum of RGB (Red+Green+Blue) = 214+219+155=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB9B is #292464. Grayscale: #D2D2D2. Windows color (decimal): -2696293 or 10214358. OLE color: 10214358.

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

Color convert

RGB 214 219 155 -
CMYK 0.02 0 0.29 0.14
HSL 64.69º 0.47% 0.73% -
HSV(B) 64.69º 0.29% 0.86% -
XYZ 58.98 67.33 40.9 -
YUV 210.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 214 219 155 0.02 0 0.29 0.14 64.69 0.47 0.73
Hex D6 DB 9B 2 0 1D E 41 2F 49
Octal 326 333 233 2 0 35 16 101 57 111
Binary 11010110 11011011 10011011 10 0 11101 1110 1000001 101111 1001001

Color Harmonies of #D6DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB9B

Black with #D6DB9B

Text Example


Text Example

White with #D6DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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