Html Css Color HEX #DFDB8E Primrose

📋 copy color: '#DFDB8E'

red 223 ◦ green 219 ◦ blue 142

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

Shades of Primrose #DFDB8E

Tints of Primrose #DFDB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.32%

R = 38.18%
G = 37.5%
B = 24.32%

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

#DFDB8E (or 0xDFDB8E) is known color: Primrose. HEX triplet: DF, DB and 8E. RGB value is (223,219,142). Sum of RGB (Red+Green+Blue) = 223+219+142=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB8E is #202471. Grayscale: #D3D3D3. Windows color (decimal): -2106482 or 9362399. OLE color: 9362399.

HSL color Cylindrical-coordinate representation of color #DFDB8E: hue angle of 57.04º 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 #DFDB8E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 142 -
CMYK 0 0.02 0.36 0.13
HSL 57.04º 0.56% 0.72% -
HSV(B) 57.04º 0.36% 0.87% -
XYZ 60.65 68.3 35.58 -
YUV 211.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 223 219 142 0 0.02 0.36 0.13 57.04 0.56 0.72
Hex DF DB 8E 0 2 24 D 39 38 48
Octal 337 333 216 0 2 44 15 71 70 110
Binary 11011111 11011011 10001110 0 10 100100 1101 111001 111000 1001000

Color Harmonies of #DFDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB8E

Black with #DFDB8E

Text Example


Text Example

White with #DFDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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