Html Css Color HEX #DEDF80 Primrose

📋 copy color: '#DEDF80'

red 222 ◦ green 223 ◦ blue 128

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

Shades of Primrose #DEDF80

Tints of Primrose #DEDF80

RGB

 RED value IS 222 (87.11% from 255) = 38.74%

 GREEN value IS 223 (87.5% from 255) = 38.92%

 BLUE value IS 128 (50.39% from 255) = 22.34%

R = 38.74%
G = 38.92%
B = 22.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DEDF80 (or 0xDEDF80) is known color: Primrose. HEX triplet: DE, DF and 80. RGB value is (222,223,128). Sum of RGB (Red+Green+Blue) = 222+223+128=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF80 is #21207F. Grayscale: #D4D4D4. Windows color (decimal): -2171008 or 8445918. OLE color: 8445918.

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

Color convert

RGB 222 223 128 -
CMYK 0.00 0 0.43 0.13
HSL 60.63º 0.6% 0.69% -
HSV(B) 60.63º 0.43% 0.87% -
XYZ 60.41 69.86 30.72 -
YUV 211.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 222 223 128 0.00 0 0.43 0.13 60.63 0.6 0.69
Hex DE DF 80 0 0 2B D 3D 3C 45
Octal 336 337 200 0 0 53 15 75 74 105
Binary 11011110 11011111 10000000 0 0 101011 1101 111101 111100 1000101

Color Harmonies of #DEDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF80

Black with #DEDF80

Text Example


Text Example

White with #DEDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF80; }

 p { color: rgb(222,223,128); }

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

background-color css

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

 a { background-color: rgb(222,223,128); }

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

border-color css

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

 span { border-color: rgb(222,223,128); }

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