Html Css Color HEX #DFDB9A Primrose

📋 copy color: '#DFDB9A'

red 223 ◦ green 219 ◦ blue 154

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

Shades of Primrose #DFDB9A

Tints of Primrose #DFDB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 37.42%
G = 36.74%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFDB9A (or 0xDFDB9A) is known color: Primrose. HEX triplet: DF, DB and 9A. RGB value is (223,219,154). Sum of RGB (Red+Green+Blue) = 223+219+154=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB9A is #202465. Grayscale: #D5D5D5. Windows color (decimal): -2106470 or 10148831. OLE color: 10148831.

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

Color convert

RGB 223 219 154 -
CMYK 0 0.02 0.31 0.13
HSL 56.52º 0.52% 0.74% -
HSV(B) 56.52º 0.31% 0.87% -
XYZ 61.6 68.68 40.58 -
YUV 212.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 223 219 154 0 0.02 0.31 0.13 56.52 0.52 0.74
Hex DF DB 9A 0 2 1F D 39 34 4A
Octal 337 333 232 0 2 37 15 71 64 112
Binary 11011111 11011011 10011010 0 10 11111 1101 111001 110100 1001010

Color Harmonies of #DFDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB9A

Black with #DFDB9A

Text Example


Text Example

White with #DFDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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