Html Css Color HEX #DFD38D Primrose

📋 copy color: '#DFD38D'

red 223 ◦ green 211 ◦ blue 141

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

Shades of Primrose #DFD38D

Tints of Primrose #DFD38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 38.78%
G = 36.7%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFD38D (or 0xDFD38D) is known color: Primrose. HEX triplet: DF, D3 and 8D. RGB value is (223,211,141). Sum of RGB (Red+Green+Blue) = 223+211+141=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD38D is #202C72. Grayscale: #CECECE. Windows color (decimal): -2108531 or 9294815. OLE color: 9294815.

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

Color convert

RGB 223 211 141 -
CMYK 0 0.05 0.37 0.13
HSL 51.22º 0.56% 0.71% -
HSV(B) 51.22º 0.37% 0.87% -
XYZ 58.53 64.2 34.51 -
YUV 206.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 223 211 141 0 0.05 0.37 0.13 51.22 0.56 0.71
Hex DF D3 8D 0 5 25 D 33 38 47
Octal 337 323 215 0 5 45 15 63 70 107
Binary 11011111 11010011 10001101 0 101 100101 1101 110011 111000 1000111

Color Harmonies of #DFD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD38D

Black with #DFD38D

Text Example


Text Example

White with #DFD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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