Html Css Color HEX #DFDB88 Primrose

📋 copy color: '#DFDB88'

red 223 ◦ green 219 ◦ blue 136

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

Shades of Primrose #DFDB88

Tints of Primrose #DFDB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.53%

R = 38.58%
G = 37.89%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFDB88 (or 0xDFDB88) is known color: Primrose. HEX triplet: DF, DB and 88. RGB value is (223,219,136). Sum of RGB (Red+Green+Blue) = 223+219+136=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB88 is #202477. Grayscale: #D3D3D3. Windows color (decimal): -2106488 or 8969183. OLE color: 8969183.

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

Color convert

RGB 223 219 136 -
CMYK 0 0.02 0.39 0.13
HSL 57.24º 0.58% 0.7% -
HSV(B) 57.24º 0.39% 0.87% -
XYZ 60.21 68.13 33.27 -
YUV 210.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 223 219 136 0 0.02 0.39 0.13 57.24 0.58 0.7
Hex DF DB 88 0 2 27 D 39 3A 46
Octal 337 333 210 0 2 47 15 71 72 106
Binary 11011111 11011011 10001000 0 10 100111 1101 111001 111010 1000110

Color Harmonies of #DFDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB88

Black with #DFDB88

Text Example


Text Example

White with #DFDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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