Html Css Color HEX #DEDB90 Primrose

📋 copy color: '#DEDB90'

red 222 ◦ green 219 ◦ blue 144

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

Shades of Primrose #DEDB90

Tints of Primrose #DEDB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 37.95%
G = 37.44%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEDB90 (or 0xDEDB90) is known color: Primrose. HEX triplet: DE, DB and 90. RGB value is (222,219,144). Sum of RGB (Red+Green+Blue) = 222+219+144=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB90 is #21246F. Grayscale: #D3D3D3. Windows color (decimal): -2172016 or 9493470. OLE color: 9493470.

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

Color convert

RGB 222 219 144 -
CMYK 0 0.01 0.35 0.13
HSL 57.69º 0.54% 0.72% -
HSV(B) 57.69º 0.35% 0.87% -
XYZ 60.49 68.21 36.36 -
YUV 211.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 222 219 144 0 0.01 0.35 0.13 57.69 0.54 0.72
Hex DE DB 90 0 1 23 D 3A 36 48
Octal 336 333 220 0 1 43 15 72 66 110
Binary 11011110 11011011 10010000 0 1 100011 1101 111010 110110 1001000

Color Harmonies of #DEDB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB90

Black with #DEDB90

Text Example


Text Example

White with #DEDB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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