Html Css Color HEX #DEDF81 Primrose

📋 copy color: '#DEDF81'

red 222 ◦ green 223 ◦ blue 129

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

Shades of Primrose #DEDF81

Tints of Primrose #DEDF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.47%

R = 38.68%
G = 38.85%
B = 22.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DEDF81 (or 0xDEDF81) is known color: Primrose. HEX triplet: DE, DF and 81. RGB value is (222,223,129). Sum of RGB (Red+Green+Blue) = 222+223+129=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF81 is #21207E. Grayscale: #D4D4D4. Windows color (decimal): -2171007 or 8511454. OLE color: 8511454.

HSL color Cylindrical-coordinate representation of color #DEDF81: hue angle of 60.64º 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 #DEDF81 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 223 129 -
CMYK 0.00 0 0.42 0.13
HSL 60.64º 0.59% 0.69% -
HSV(B) 60.64º 0.42% 0.87% -
XYZ 60.47 69.89 31.07 -
YUV 211.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 222 223 129 0.00 0 0.42 0.13 60.64 0.59 0.69
Hex DE DF 81 0 0 2A D 3D 3B 45
Octal 336 337 201 0 0 52 15 75 73 105
Binary 11011110 11011111 10000001 0 0 101010 1101 111101 111011 1000101

Color Harmonies of #DEDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF81

Black with #DEDF81

Text Example


Text Example

White with #DEDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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