Html Css Color HEX #DBDE8B Primrose

📋 copy color: '#DBDE8B'

red 219 ◦ green 222 ◦ blue 139

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

Shades of Primrose #DBDE8B

Tints of Primrose #DBDE8B

RGB

 RED value IS 219 (85.94% from 255) = 37.76%

 GREEN value IS 222 (87.11% from 255) = 38.28%

 BLUE value IS 139 (54.69% from 255) = 23.97%

R = 37.76%
G = 38.28%
B = 23.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DBDE8B (or 0xDBDE8B) is known color: Primrose. HEX triplet: DB, DE and 8B. RGB value is (219,222,139). Sum of RGB (Red+Green+Blue) = 219+222+139=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE8B is #242174. Grayscale: #D3D3D3. Windows color (decimal): -2367861 or 9166555. OLE color: 9166555.

HSL color Cylindrical-coordinate representation of color #DBDE8B: hue angle of 62.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDE8B is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 139 -
CMYK 0.01 0 0.37 0.13
HSL 62.17º 0.56% 0.71% -
HSV(B) 62.17º 0.37% 0.87% -
XYZ 59.99 69.17 34.61 -
YUV 211.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 219 222 139 0.01 0 0.37 0.13 62.17 0.56 0.71
Hex DB DE 8B 1 0 25 D 3E 38 47
Octal 333 336 213 1 0 45 15 76 70 107
Binary 11011011 11011110 10001011 1 0 100101 1101 111110 111000 1000111

Color Harmonies of #DBDE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE8B

Black with #DBDE8B

Text Example


Text Example

White with #DBDE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE8B; }

 p { color: rgb(219,222,139); }

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

background-color css

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

 a { background-color: rgb(219,222,139); }

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

border-color css

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

 span { border-color: rgb(219,222,139); }

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