Html Css Color HEX #DFDB8B Primrose

📋 copy color: '#DFDB8B'

red 223 ◦ green 219 ◦ blue 139

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

Shades of Primrose #DFDB8B

Tints of Primrose #DFDB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.92%

R = 38.38%
G = 37.69%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFDB8B (or 0xDFDB8B) is known color: Primrose. HEX triplet: DF, DB and 8B. RGB value is (223,219,139). Sum of RGB (Red+Green+Blue) = 223+219+139=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB8B is #202474. Grayscale: #D3D3D3. Windows color (decimal): -2106485 or 9165791. OLE color: 9165791.

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

Color convert

RGB 223 219 139 -
CMYK 0 0.02 0.38 0.13
HSL 57.14º 0.57% 0.71% -
HSV(B) 57.14º 0.38% 0.87% -
XYZ 60.42 68.22 34.41 -
YUV 211.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 223 219 139 0 0.02 0.38 0.13 57.14 0.57 0.71
Hex DF DB 8B 0 2 26 D 39 39 47
Octal 337 333 213 0 2 46 15 71 71 107
Binary 11011111 11011011 10001011 0 10 100110 1101 111001 111001 1000111

Color Harmonies of #DFDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB8B

Black with #DFDB8B

Text Example


Text Example

White with #DFDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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