Html Css Color HEX #DFD38F Primrose

📋 copy color: '#DFD38F'

red 223 ◦ green 211 ◦ blue 143

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

Shades of Primrose #DFD38F

Tints of Primrose #DFD38F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.57%

 BLUE value IS 143 (56.25% from 255) = 24.78%

R = 38.65%
G = 36.57%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFD38F (or 0xDFD38F) is known color: Primrose. HEX triplet: DF, D3 and 8F. RGB value is (223,211,143). Sum of RGB (Red+Green+Blue) = 223+211+143=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD38F is #202C70. Grayscale: #CFCFCF. Windows color (decimal): -2108529 or 9425887. OLE color: 9425887.

HSL color Cylindrical-coordinate representation of color #DFD38F: hue angle of 51º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFD38F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 143 -
CMYK 0 0.05 0.36 0.13
HSL 51º 0.56% 0.72% -
HSV(B) 51º 0.36% 0.87% -
XYZ 58.68 64.26 35.3 -
YUV 206.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 223 211 143 0 0.05 0.36 0.13 51 0.56 0.72
Hex DF D3 8F 0 5 24 D 33 38 48
Octal 337 323 217 0 5 44 15 63 70 110
Binary 11011111 11010011 10001111 0 101 100100 1101 110011 111000 1001000

Color Harmonies of #DFD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD38F

Black with #DFD38F

Text Example


Text Example

White with #DFD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD38F; }

 p { color: rgb(223,211,143); }

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

background-color css

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

 a { background-color: rgb(223,211,143); }

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

border-color css

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

 span { border-color: rgb(223,211,143); }

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