Html Css Color HEX #DDE98A Primrose

📋 copy color: '#DDE98A'

red 221 ◦ green 233 ◦ blue 138

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

Shades of Primrose #DDE98A

Tints of Primrose #DDE98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.36%

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

R = 37.33%
G = 39.36%
B = 23.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#DDE98A (or 0xDDE98A) is known color: Primrose. HEX triplet: DD, E9 and 8A. RGB value is (221,233,138). Sum of RGB (Red+Green+Blue) = 221+233+138=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE98A is #221675. Grayscale: #DADADA. Windows color (decimal): -2233974 or 9103837. OLE color: 9103837.

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

Color convert

RGB 221 233 138 -
CMYK 0.05 0 0.41 0.09
HSL 67.58º 0.68% 0.73% -
HSV(B) 67.58º 0.41% 0.91% -
XYZ 63.55 75.48 35.27 -
YUV 218.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 221 233 138 0.05 0 0.41 0.09 67.58 0.68 0.73
Hex DD E9 8A 5 0 29 9 44 44 49
Octal 335 351 212 5 0 51 11 104 104 111
Binary 11011101 11101001 10001010 101 0 101001 1001 1000100 1000100 1001001

Color Harmonies of #DDE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE98A

Black with #DDE98A

Text Example


Text Example

White with #DDE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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