Html Css Color HEX #DEDB99 Primrose

📋 copy color: '#DEDB99'

red 222 ◦ green 219 ◦ blue 153

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

Shades of Primrose #DEDB99

Tints of Primrose #DEDB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.76%

R = 37.37%
G = 36.87%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEDB99 (or 0xDEDB99) is known color: Primrose. HEX triplet: DE, DB and 99. RGB value is (222,219,153). Sum of RGB (Red+Green+Blue) = 222+219+153=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB99 is #212466. Grayscale: #D4D4D4. Windows color (decimal): -2172007 or 10083294. OLE color: 10083294.

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

Color convert

RGB 222 219 153 -
CMYK 0 0.01 0.31 0.13
HSL 57.39º 0.51% 0.74% -
HSV(B) 57.39º 0.31% 0.87% -
XYZ 61.21 68.49 40.13 -
YUV 212.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 222 219 153 0 0.01 0.31 0.13 57.39 0.51 0.74
Hex DE DB 99 0 1 1F D 39 33 4A
Octal 336 333 231 0 1 37 15 71 63 112
Binary 11011110 11011011 10011001 0 1 11111 1101 111001 110011 1001010

Color Harmonies of #DEDB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB99

Black with #DEDB99

Text Example


Text Example

White with #DEDB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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