Html Css Color HEX #DFDA86 Primrose

📋 copy color: '#DFDA86'

red 223 ◦ green 218 ◦ blue 134

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

Shades of Primrose #DFDA86

Tints of Primrose #DFDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.91%

 BLUE value IS 134 (52.73% from 255) = 23.3%

R = 38.78%
G = 37.91%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFDA86 (or 0xDFDA86) is known color: Primrose. HEX triplet: DF, DA and 86. RGB value is (223,218,134). Sum of RGB (Red+Green+Blue) = 223+218+134=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA86 is #202579. Grayscale: #D2D2D2. Windows color (decimal): -2106746 or 8837855. OLE color: 8837855.

HSL color Cylindrical-coordinate representation of color #DFDA86: hue angle of 56.63º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFDA86 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 134 -
CMYK 0 0.02 0.40 0.13
HSL 56.63º 0.58% 0.7% -
HSV(B) 56.63º 0.4% 0.87% -
XYZ 59.81 67.55 32.44 -
YUV 209.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 223 218 134 0 0.02 0.40 0.13 56.63 0.58 0.7
Hex DF DA 86 0 2 28 D 39 3A 46
Octal 337 332 206 0 2 50 15 71 72 106
Binary 11011111 11011010 10000110 0 10 101000 1101 111001 111010 1000110

Color Harmonies of #DFDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA86

Black with #DFDA86

Text Example


Text Example

White with #DFDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA86; }

 p { color: rgb(223,218,134); }

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

background-color css

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

 a { background-color: rgb(223,218,134); }

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

border-color css

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

 span { border-color: rgb(223,218,134); }

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