Html Css Color HEX #DFD983 Primrose

📋 copy color: '#DFD983'

red 223 ◦ green 217 ◦ blue 131

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

Shades of Primrose #DFD983

Tints of Primrose #DFD983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38%

 BLUE value IS 131 (51.56% from 255) = 22.94%

R = 39.05%
G = 38%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DFD983 (or 0xDFD983) is known color: Primrose. HEX triplet: DF, D9 and 83. RGB value is (223,217,131). Sum of RGB (Red+Green+Blue) = 223+217+131=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD983 is #20267C. Grayscale: #D1D1D1. Windows color (decimal): -2107005 or 8640991. OLE color: 8640991.

HSL color Cylindrical-coordinate representation of color #DFD983: hue angle of 56.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFD983 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 131 -
CMYK 0 0.03 0.41 0.13
HSL 56.09º 0.59% 0.69% -
HSV(B) 56.09º 0.41% 0.87% -
XYZ 59.34 66.95 31.27 -
YUV 208.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 223 217 131 0 0.03 0.41 0.13 56.09 0.59 0.69
Hex DF D9 83 0 3 29 D 38 3B 45
Octal 337 331 203 0 3 51 15 70 73 105
Binary 11011111 11011001 10000011 0 11 101001 1101 111000 111011 1000101

Color Harmonies of #DFD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD983

Black with #DFD983

Text Example


Text Example

White with #DFD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD983; }

 p { color: rgb(223,217,131); }

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

background-color css

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

 a { background-color: rgb(223,217,131); }

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

border-color css

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

 span { border-color: rgb(223,217,131); }

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