Html Css Color HEX #DEDB93 Primrose

📋 copy color: '#DEDB93'

red 222 ◦ green 219 ◦ blue 147

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

Shades of Primrose #DEDB93

Tints of Primrose #DEDB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25%

R = 37.76%
G = 37.24%
B = 25%

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

#DEDB93 (or 0xDEDB93) is known color: Primrose. HEX triplet: DE, DB and 93. RGB value is (222,219,147). Sum of RGB (Red+Green+Blue) = 222+219+147=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB93 is #21246C. Grayscale: #D3D3D3. Windows color (decimal): -2172013 or 9690078. OLE color: 9690078.

HSL color Cylindrical-coordinate representation of color #DEDB93: hue angle of 57.6º degrees, saturation: 0.53, 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 #DEDB93 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 147 -
CMYK 0 0.01 0.34 0.13
HSL 57.6º 0.53% 0.72% -
HSV(B) 57.6º 0.34% 0.87% -
XYZ 60.72 68.3 37.59 -
YUV 211.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 222 219 147 0 0.01 0.34 0.13 57.6 0.53 0.72
Hex DE DB 93 0 1 22 D 3A 35 48
Octal 336 333 223 0 1 42 15 72 65 110
Binary 11011110 11011011 10010011 0 1 100010 1101 111010 110101 1001000

Color Harmonies of #DEDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB93

Black with #DEDB93

Text Example


Text Example

White with #DEDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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