Html Css Color HEX #DBE09B Primrose

📋 copy color: '#DBE09B'

red 219 ◦ green 224 ◦ blue 155

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

Shades of Primrose #DBE09B

Tints of Primrose #DBE09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.46%

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

R = 36.62%
G = 37.46%
B = 25.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#DBE09B (or 0xDBE09B) is known color: Primrose. HEX triplet: DB, E0 and 9B. RGB value is (219,224,155). Sum of RGB (Red+Green+Blue) = 219+224+155=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE09B is #241F64. Grayscale: #D6D6D6. Windows color (decimal): -2367333 or 10215643. OLE color: 10215643.

HSL color Cylindrical-coordinate representation of color #DBE09B: hue angle of 64.35º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE09B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 155 -
CMYK 0.02 0 0.31 0.12
HSL 64.35º 0.53% 0.74% -
HSV(B) 64.35º 0.31% 0.88% -
XYZ 61.79 70.74 41.41 -
YUV 214.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 219 224 155 0.02 0 0.31 0.12 64.35 0.53 0.74
Hex DB E0 9B 2 0 1F C 40 35 4A
Octal 333 340 233 2 0 37 14 100 65 112
Binary 11011011 11100000 10011011 10 0 11111 1100 1000000 110101 1001010

Color Harmonies of #DBE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE09B

Black with #DBE09B

Text Example


Text Example

White with #DBE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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