Html Css Color HEX #D6DB92 Primrose

📋 copy color: '#D6DB92'

red 214 ◦ green 219 ◦ blue 146

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

Shades of Primrose #D6DB92

Tints of Primrose #D6DB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.22%

R = 36.96%
G = 37.82%
B = 25.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#D6DB92 (or 0xD6DB92) is known color: Primrose. HEX triplet: D6, DB and 92. RGB value is (214,219,146). Sum of RGB (Red+Green+Blue) = 214+219+146=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB92 is #29246D. Grayscale: #D1D1D1. Windows color (decimal): -2696302 or 9624534. OLE color: 9624534.

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

Color convert

RGB 214 219 146 -
CMYK 0.02 0 0.33 0.14
HSL 64.11º 0.5% 0.72% -
HSV(B) 64.11º 0.33% 0.86% -
XYZ 58.25 67.03 37.06 -
YUV 209.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 214 219 146 0.02 0 0.33 0.14 64.11 0.5 0.72
Hex D6 DB 92 2 0 21 E 40 32 48
Octal 326 333 222 2 0 41 16 100 62 110
Binary 11010110 11011011 10010010 10 0 100001 1110 1000000 110010 1001000

Color Harmonies of #D6DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB92

Black with #D6DB92

Text Example


Text Example

White with #D6DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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