Html Css Color HEX #D9DB83 Primrose

📋 copy color: '#D9DB83'

red 217 ◦ green 219 ◦ blue 131

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

Shades of Primrose #D9DB83

Tints of Primrose #D9DB83

RGB

 RED value IS 217 (85.16% from 255) = 38.27%

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

 BLUE value IS 131 (51.56% from 255) = 23.1%

R = 38.27%
G = 38.62%
B = 23.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#D9DB83 (or 0xD9DB83) is known color: Primrose. HEX triplet: D9, DB and 83. RGB value is (217,219,131). Sum of RGB (Red+Green+Blue) = 217+219+131=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB83 is #26247C. Grayscale: #D0D0D0. Windows color (decimal): -2499709 or 8641497. OLE color: 8641497.

HSL color Cylindrical-coordinate representation of color #D9DB83: hue angle of 61.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DB83 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 131 -
CMYK 0.01 0 0.40 0.14
HSL 61.36º 0.55% 0.69% -
HSV(B) 61.36º 0.4% 0.86% -
XYZ 58.04 67.05 31.36 -
YUV 208.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 217 219 131 0.01 0 0.40 0.14 61.36 0.55 0.69
Hex D9 DB 83 1 0 28 E 3D 37 45
Octal 331 333 203 1 0 50 16 75 67 105
Binary 11011001 11011011 10000011 1 0 101000 1110 111101 110111 1000101

Color Harmonies of #D9DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DB83

Black with #D9DB83

Text Example


Text Example

White with #D9DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DB83; }

 p { color: rgb(217,219,131); }

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

background-color css

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

 a { background-color: rgb(217,219,131); }

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

border-color css

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

 span { border-color: rgb(217,219,131); }

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