Html Css Color HEX #DFE385 Primrose

📋 copy color: '#DFE385'

red 223 ◦ green 227 ◦ blue 133

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

Shades of Primrose #DFE385

Tints of Primrose #DFE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.94%

 BLUE value IS 133 (52.34% from 255) = 22.81%

R = 38.25%
G = 38.94%
B = 22.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DFE385 (or 0xDFE385) is known color: Primrose. HEX triplet: DF, E3 and 85. RGB value is (223,227,133). Sum of RGB (Red+Green+Blue) = 223+227+133=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE385 is #201C7A. Grayscale: #D7D7D7. Windows color (decimal): -2104443 or 8774623. OLE color: 8774623.

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

Color convert

RGB 223 227 133 -
CMYK 0.02 0 0.41 0.11
HSL 62.55º 0.63% 0.71% -
HSV(B) 62.55º 0.41% 0.89% -
XYZ 62.13 72.32 32.87 -
YUV 215.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 223 227 133 0.02 0 0.41 0.11 62.55 0.63 0.71
Hex DF E3 85 2 0 29 B 3F 3F 47
Octal 337 343 205 2 0 51 13 77 77 107
Binary 11011111 11100011 10000101 10 0 101001 1011 111111 111111 1000111

Color Harmonies of #DFE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE385

Black with #DFE385

Text Example


Text Example

White with #DFE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE385; }

 p { color: rgb(223,227,133); }

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

background-color css

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

 a { background-color: rgb(223,227,133); }

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

border-color css

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

 span { border-color: rgb(223,227,133); }

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