Html Css Color HEX #DFDD82 Primrose

📋 copy color: '#DFDD82'

red 223 ◦ green 221 ◦ blue 130

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

Shades of Primrose #DFDD82

Tints of Primrose #DFDD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 130 (51.17% from 255) = 22.65%

R = 38.85%
G = 38.5%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFDD82 (or 0xDFDD82) is known color: Primrose. HEX triplet: DF, DD and 82. RGB value is (223,221,130). Sum of RGB (Red+Green+Blue) = 223+221+130=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD82 is #20227D. Grayscale: #D3D3D3. Windows color (decimal): -2105982 or 8576479. OLE color: 8576479.

HSL color Cylindrical-coordinate representation of color #DFDD82: hue angle of 58.71º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFDD82 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 130 -
CMYK 0 0.01 0.42 0.13
HSL 58.71º 0.59% 0.69% -
HSV(B) 58.71º 0.42% 0.87% -
XYZ 60.32 69.01 31.26 -
YUV 211.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 223 221 130 0 0.01 0.42 0.13 58.71 0.59 0.69
Hex DF DD 82 0 1 2A D 3B 3B 45
Octal 337 335 202 0 1 52 15 73 73 105
Binary 11011111 11011101 10000010 0 1 101010 1101 111011 111011 1000101

Color Harmonies of #DFDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD82

Black with #DFDD82

Text Example


Text Example

White with #DFDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD82; }

 p { color: rgb(223,221,130); }

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

background-color css

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

 a { background-color: rgb(223,221,130); }

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

border-color css

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

 span { border-color: rgb(223,221,130); }

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