#DDE38A

Color #DDE38A Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DDE38A

Tints of Primrose #DDE38A

Color information

#DDE38A (or 0xDDE38A) is unknown color: approx Primrose. HEX triplet: DD, E3 and 8A. RGB value is (221,227,138). Sum of RGB (Red+Green+Blue) = 221+227+138=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE38A is #221C75. Grayscale: #D7D7D7. Windows color (decimal): -2235510 or 9102301. OLE color: 9102301.

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

Color convert

RGB221227138-
CMYK0.0300.390.11
HSL64.04º61.38%71.57%-
HSV(B)64.04º39.21%89.02%-
XYZ61.8872.1534.71-
YUV215.0684.51132.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 227 (89.06% from 255) = 38.74%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=37.71%
G=38.74%
B=23.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271380.0300.390.1164.0461.3871.57
HexDDE38A3027B403d48
Octal33534321230471310075110
Binary110111011110001110001010110100111101110000001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE38A; }

 p { color: rgb(221,227,138); }

 H1.HeaderClassName
 {
   color: #DDE38A;
 }
 .AnyTagClassName
 {
   color: #DDE38A;
 }
</style>
background-color css

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

 a { background-color: rgb(221,227,138); }

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

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

 span { border-color: rgb(221,227,138); }

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