Html Css Color HEX #DEDB92 Primrose

📋 copy color: '#DEDB92'

red 222 ◦ green 219 ◦ blue 146

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

Shades of Primrose #DEDB92

Tints of Primrose #DEDB92

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 146 (57.42% from 255) = 24.87%

R = 37.82%
G = 37.31%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEDB92 (or 0xDEDB92) is known color: Primrose. HEX triplet: DE, DB and 92. RGB value is (222,219,146). Sum of RGB (Red+Green+Blue) = 222+219+146=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB92 is #21246D. Grayscale: #D3D3D3. Windows color (decimal): -2172014 or 9624542. OLE color: 9624542.

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

Color convert

RGB 222 219 146 -
CMYK 0 0.01 0.34 0.13
HSL 57.63º 0.54% 0.72% -
HSV(B) 57.63º 0.34% 0.87% -
XYZ 60.64 68.27 37.17 -
YUV 211.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 222 219 146 0 0.01 0.34 0.13 57.63 0.54 0.72
Hex DE DB 92 0 1 22 D 3A 36 48
Octal 336 333 222 0 1 42 15 72 66 110
Binary 11011110 11011011 10010010 0 1 100010 1101 111010 110110 1001000

Color Harmonies of #DEDB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB92

Black with #DEDB92

Text Example


Text Example

White with #DEDB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB92; }

 p { color: rgb(222,219,146); }

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

background-color css

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

 a { background-color: rgb(222,219,146); }

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

border-color css

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

 span { border-color: rgb(222,219,146); }

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