Html Css Color HEX #DDE081 Primrose

📋 copy color: '#DDE081'

red 221 ◦ green 224 ◦ blue 129

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

Shades of Primrose #DDE081

Tints of Primrose #DDE081

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 129 (50.78% from 255) = 22.47%

R = 38.5%
G = 39.02%
B = 22.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DDE081 (or 0xDDE081) is known color: Primrose. HEX triplet: DD, E0 and 81. RGB value is (221,224,129). Sum of RGB (Red+Green+Blue) = 221+224+129=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE081 is #221F7E. Grayscale: #D4D4D4. Windows color (decimal): -2236287 or 8511709. OLE color: 8511709.

HSL color Cylindrical-coordinate representation of color #DDE081: hue angle of 61.89º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE081 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 129 -
CMYK 0.01 0 0.42 0.12
HSL 61.89º 0.61% 0.69% -
HSV(B) 61.89º 0.42% 0.88% -
XYZ 60.44 70.27 31.15 -
YUV 212.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 221 224 129 0.01 0 0.42 0.12 61.89 0.61 0.69
Hex DD E0 81 1 0 2A C 3E 3D 45
Octal 335 340 201 1 0 52 14 76 75 105
Binary 11011101 11100000 10000001 1 0 101010 1100 111110 111101 1000101

Color Harmonies of #DDE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE081

Black with #DDE081

Text Example


Text Example

White with #DDE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE081; }

 p { color: rgb(221,224,129); }

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

background-color css

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

 a { background-color: rgb(221,224,129); }

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

border-color css

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

 span { border-color: rgb(221,224,129); }

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