Html Css Color HEX #DFDB8A Primrose

📋 copy color: '#DFDB8A'

red 223 ◦ green 219 ◦ blue 138

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

Shades of Primrose #DFDB8A

Tints of Primrose #DFDB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.79%

R = 38.45%
G = 37.76%
B = 23.79%

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

#DFDB8A (or 0xDFDB8A) is known color: Primrose. HEX triplet: DF, DB and 8A. RGB value is (223,219,138). Sum of RGB (Red+Green+Blue) = 223+219+138=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB8A is #202475. Grayscale: #D3D3D3. Windows color (decimal): -2106486 or 9100255. OLE color: 9100255.

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

Color convert

RGB 223 219 138 -
CMYK 0 0.02 0.38 0.13
HSL 57.18º 0.57% 0.71% -
HSV(B) 57.18º 0.38% 0.87% -
XYZ 60.35 68.19 34.03 -
YUV 210.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 223 219 138 0 0.02 0.38 0.13 57.18 0.57 0.71
Hex DF DB 8A 0 2 26 D 39 39 47
Octal 337 333 212 0 2 46 15 71 71 107
Binary 11011111 11011011 10001010 0 10 100110 1101 111001 111001 1000111

Color Harmonies of #DFDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB8A

Black with #DFDB8A

Text Example


Text Example

White with #DFDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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