Html Css Color HEX #DEDF95 Primrose

📋 copy color: '#DEDF95'

red 222 ◦ green 223 ◦ blue 149

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

Shades of Primrose #DEDF95

Tints of Primrose #DEDF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 37.37%
G = 37.54%
B = 25.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEDF95 (or 0xDEDF95) is known color: Primrose. HEX triplet: DE, DF and 95. RGB value is (222,223,149). Sum of RGB (Red+Green+Blue) = 222+223+149=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF95 is #21206A. Grayscale: #D6D6D6. Windows color (decimal): -2170987 or 9822174. OLE color: 9822174.

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

Color convert

RGB 222 223 149 -
CMYK 0.00 0 0.33 0.13
HSL 60.81º 0.54% 0.73% -
HSV(B) 60.81º 0.33% 0.87% -
XYZ 61.94 70.47 38.77 -
YUV 214.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 222 223 149 0.00 0 0.33 0.13 60.81 0.54 0.73
Hex DE DF 95 0 0 21 D 3D 36 49
Octal 336 337 225 0 0 41 15 75 66 111
Binary 11011110 11011111 10010101 0 0 100001 1101 111101 110110 1001001

Color Harmonies of #DEDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF95

Black with #DEDF95

Text Example


Text Example

White with #DEDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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