Html Css Color HEX #DCE88B Primrose

📋 copy color: '#DCE88B'

red 220 ◦ green 232 ◦ blue 139

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

Shades of Primrose #DCE88B

Tints of Primrose #DCE88B

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

 GREEN value IS 232 (91.02% from 255) = 39.26%

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

R = 37.23%
G = 39.26%
B = 23.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DCE88B (or 0xDCE88B) is known color: Primrose. HEX triplet: DC, E8 and 8B. RGB value is (220,232,139). Sum of RGB (Red+Green+Blue) = 220+232+139=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88B is #231774. Grayscale: #DADADA. Windows color (decimal): -2299765 or 9169116. OLE color: 9169116.

HSL color Cylindrical-coordinate representation of color #DCE88B: hue angle of 67.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE88B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 139 -
CMYK 0.05 0 0.40 0.09
HSL 67.74º 0.67% 0.73% -
HSV(B) 67.74º 0.4% 0.91% -
XYZ 63.03 74.79 35.54 -
YUV 217.81 83.52 129.56 -
System Red Green Blue C M Y K H S L
Decimal 220 232 139 0.05 0 0.40 0.09 67.74 0.67 0.73
Hex DC E8 8B 5 0 28 9 44 43 49
Octal 334 350 213 5 0 50 11 104 103 111
Binary 11011100 11101000 10001011 101 0 101000 1001 1000100 1000011 1001001

Color Harmonies of #DCE88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE88B

Black with #DCE88B

Text Example


Text Example

White with #DCE88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE88B; }

 p { color: rgb(220,232,139); }

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

background-color css

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

 a { background-color: rgb(220,232,139); }

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

border-color css

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

 span { border-color: rgb(220,232,139); }

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