Html Css Color HEX #DFE49A Primrose

📋 copy color: '#DFE49A'

red 223 ◦ green 228 ◦ blue 154

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

Shades of Primrose #DFE49A

Tints of Primrose #DFE49A

RGB

 RED value IS 223 (87.5% from 255) = 36.86%

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 154 (60.55% from 255) = 25.45%

R = 36.86%
G = 37.69%
B = 25.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#DFE49A (or 0xDFE49A) is known color: Primrose. HEX triplet: DF, E4 and 9A. RGB value is (223,228,154). Sum of RGB (Red+Green+Blue) = 223+228+154=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE49A is #201B65. Grayscale: #DADADA. Windows color (decimal): -2104166 or 10151135. OLE color: 10151135.

HSL color Cylindrical-coordinate representation of color #DFE49A: hue angle of 64.05º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE49A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 228 154 -
CMYK 0.02 0 0.32 0.11
HSL 64.05º 0.58% 0.75% -
HSV(B) 64.05º 0.32% 0.89% -
XYZ 64.01 73.51 41.39 -
YUV 218.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 223 228 154 0.02 0 0.32 0.11 64.05 0.58 0.75
Hex DF E4 9A 2 0 20 B 40 3A 4B
Octal 337 344 232 2 0 40 13 100 72 113
Binary 11011111 11100100 10011010 10 0 100000 1011 1000000 111010 1001011

Color Harmonies of #DFE49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE49A

Black with #DFE49A

Text Example


Text Example

White with #DFE49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE49A; }

 p { color: rgb(223,228,154); }

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

background-color css

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

 a { background-color: rgb(223,228,154); }

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

border-color css

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

 span { border-color: rgb(223,228,154); }

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