Html Css Color HEX #DDE18A Primrose

📋 copy color: '#DDE18A'

red 221 ◦ green 225 ◦ blue 138

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

Shades of Primrose #DDE18A

Tints of Primrose #DDE18A

RGB

 RED value IS 221 (86.72% from 255) = 37.84%

 GREEN value IS 225 (88.28% from 255) = 38.53%

 BLUE value IS 138 (54.3% from 255) = 23.63%

R = 37.84%
G = 38.53%
B = 23.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#DDE18A (or 0xDDE18A) is known color: Primrose. HEX triplet: DD, E1 and 8A. RGB value is (221,225,138). Sum of RGB (Red+Green+Blue) = 221+225+138=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE18A is #221E75. Grayscale: #D6D6D6. Windows color (decimal): -2236022 or 9101789. OLE color: 9101789.

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

Color convert

RGB 221 225 138 -
CMYK 0.02 0 0.39 0.12
HSL 62.76º 0.59% 0.71% -
HSV(B) 62.76º 0.39% 0.88% -
XYZ 61.33 71.06 34.53 -
YUV 213.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 221 225 138 0.02 0 0.39 0.12 62.76 0.59 0.71
Hex DD E1 8A 2 0 27 C 3F 3B 47
Octal 335 341 212 2 0 47 14 77 73 107
Binary 11011101 11100001 10001010 10 0 100111 1100 111111 111011 1000111

Color Harmonies of #DDE18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE18A

Black with #DDE18A

Text Example


Text Example

White with #DDE18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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