Html Css Color HEX #DFDB8F Primrose

📋 copy color: '#DFDB8F'

red 223 ◦ green 219 ◦ blue 143

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

Shades of Primrose #DFDB8F

Tints of Primrose #DFDB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

 BLUE value IS 143 (56.25% from 255) = 24.44%

R = 38.12%
G = 37.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFDB8F (or 0xDFDB8F) is known color: Primrose. HEX triplet: DF, DB and 8F. RGB value is (223,219,143). Sum of RGB (Red+Green+Blue) = 223+219+143=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB8F is #202470. Grayscale: #D3D3D3. Windows color (decimal): -2106481 or 9427935. OLE color: 9427935.

HSL color Cylindrical-coordinate representation of color #DFDB8F: hue angle of 57º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFDB8F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 143 -
CMYK 0 0.02 0.36 0.13
HSL 57º 0.56% 0.72% -
HSV(B) 57º 0.36% 0.87% -
XYZ 60.72 68.33 35.98 -
YUV 211.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 223 219 143 0 0.02 0.36 0.13 57 0.56 0.72
Hex DF DB 8F 0 2 24 D 39 38 48
Octal 337 333 217 0 2 44 15 71 70 110
Binary 11011111 11011011 10001111 0 10 100100 1101 111001 111000 1001000

Color Harmonies of #DFDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB8F

Black with #DFDB8F

Text Example


Text Example

White with #DFDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB8F; }

 p { color: rgb(223,219,143); }

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

background-color css

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

 a { background-color: rgb(223,219,143); }

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

border-color css

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

 span { border-color: rgb(223,219,143); }

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