Html Css Color HEX #DFDE9A Primrose

📋 copy color: '#DFDE9A'

red 223 ◦ green 222 ◦ blue 154

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

Shades of Primrose #DFDE9A

Tints of Primrose #DFDE9A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.06%

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

R = 37.23%
G = 37.06%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFDE9A (or 0xDFDE9A) is known color: Primrose. HEX triplet: DF, DE and 9A. RGB value is (223,222,154). Sum of RGB (Red+Green+Blue) = 223+222+154=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE9A is #202165. Grayscale: #D6D6D6. Windows color (decimal): -2105702 or 10149599. OLE color: 10149599.

HSL color Cylindrical-coordinate representation of color #DFDE9A: hue angle of 59.13º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFDE9A is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 222 154 -
CMYK 0 0.00 0.31 0.13
HSL 59.13º 0.52% 0.74% -
HSV(B) 59.13º 0.31% 0.87% -
XYZ 62.39 70.26 40.85 -
YUV 214.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 223 222 154 0 0.00 0.31 0.13 59.13 0.52 0.74
Hex DF DE 9A 0 0 1F D 3B 34 4A
Octal 337 336 232 0 0 37 15 73 64 112
Binary 11011111 11011110 10011010 0 0 11111 1101 111011 110100 1001010

Color Harmonies of #DFDE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE9A

Black with #DFDE9A

Text Example


Text Example

White with #DFDE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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