Html Css Color HEX #DEE58B Primrose

📋 copy color: '#DEE58B'

red 222 ◦ green 229 ◦ blue 139

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

Shades of Primrose #DEE58B

Tints of Primrose #DEE58B

RGB

 RED value IS 222 (87.11% from 255) = 37.63%

 GREEN value IS 229 (89.84% from 255) = 38.81%

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

R = 37.63%
G = 38.81%
B = 23.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#DEE58B (or 0xDEE58B) is known color: Primrose. HEX triplet: DE, E5 and 8B. RGB value is (222,229,139). Sum of RGB (Red+Green+Blue) = 222+229+139=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58B is #211A74. Grayscale: #D8D8D8. Windows color (decimal): -2169461 or 9168350. OLE color: 9168350.

HSL color Cylindrical-coordinate representation of color #DEE58B: hue angle of 64.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEE58B is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 139 -
CMYK 0.03 0 0.39 0.10
HSL 64.67º 0.63% 0.72% -
HSV(B) 64.67º 0.39% 0.9% -
XYZ 62.8 73.43 35.29 -
YUV 216.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 222 229 139 0.03 0 0.39 0.10 64.67 0.63 0.72
Hex DE E5 8B 3 0 27 A 41 3F 48
Octal 336 345 213 3 0 47 12 101 77 110
Binary 11011110 11100101 10001011 11 0 100111 1010 1000001 111111 1001000

Color Harmonies of #DEE58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE58B

Black with #DEE58B

Text Example


Text Example

White with #DEE58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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