Html Css Color HEX #DFDD88 Primrose

📋 copy color: '#DFDD88'

red 223 ◦ green 221 ◦ blue 136

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

Shades of Primrose #DFDD88

Tints of Primrose #DFDD88

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 38.45%
G = 38.1%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFDD88 (or 0xDFDD88) is known color: Primrose. HEX triplet: DF, DD and 88. RGB value is (223,221,136). Sum of RGB (Red+Green+Blue) = 223+221+136=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD88 is #202277. Grayscale: #D4D4D4. Windows color (decimal): -2105976 or 8969695. OLE color: 8969695.

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

Color convert

RGB 223 221 136 -
CMYK 0 0.01 0.39 0.13
HSL 58.62º 0.58% 0.7% -
HSV(B) 58.62º 0.39% 0.87% -
XYZ 60.73 69.18 33.44 -
YUV 211.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 223 221 136 0 0.01 0.39 0.13 58.62 0.58 0.7
Hex DF DD 88 0 1 27 D 3B 3A 46
Octal 337 335 210 0 1 47 15 73 72 106
Binary 11011111 11011101 10001000 0 1 100111 1101 111011 111010 1000110

Color Harmonies of #DFDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD88

Black with #DFDD88

Text Example


Text Example

White with #DFDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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