Html Css Color HEX #DBE68B Primrose

📋 copy color: '#DBE68B'

red 219 ◦ green 230 ◦ blue 139

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

Shades of Primrose #DBE68B

Tints of Primrose #DBE68B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.12%

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

R = 37.24%
G = 39.12%
B = 23.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#DBE68B (or 0xDBE68B) is known color: Primrose. HEX triplet: DB, E6 and 8B. RGB value is (219,230,139). Sum of RGB (Red+Green+Blue) = 219+230+139=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68B is #241974. Grayscale: #D8D8D8. Windows color (decimal): -2365813 or 9168603. OLE color: 9168603.

HSL color Cylindrical-coordinate representation of color #DBE68B: hue angle of 67.25º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE68B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 139 -
CMYK 0.05 0 0.40 0.10
HSL 67.25º 0.65% 0.72% -
HSV(B) 67.25º 0.4% 0.9% -
XYZ 62.17 73.52 35.34 -
YUV 216.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 219 230 139 0.05 0 0.40 0.10 67.25 0.65 0.72
Hex DB E6 8B 5 0 28 A 43 41 48
Octal 333 346 213 5 0 50 12 103 101 110
Binary 11011011 11100110 10001011 101 0 101000 1010 1000011 1000001 1001000

Color Harmonies of #DBE68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE68B

Black with #DBE68B

Text Example


Text Example

White with #DBE68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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