Html Css Color HEX #DEDB8D Primrose

📋 copy color: '#DEDB8D'

red 222 ◦ green 219 ◦ blue 141

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

Shades of Primrose #DEDB8D

Tints of Primrose #DEDB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.23%

R = 38.14%
G = 37.63%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEDB8D (or 0xDEDB8D) is known color: Primrose. HEX triplet: DE, DB and 8D. RGB value is (222,219,141). Sum of RGB (Red+Green+Blue) = 222+219+141=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB8D is #212472. Grayscale: #D3D3D3. Windows color (decimal): -2172019 or 9296862. OLE color: 9296862.

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

Color convert

RGB 222 219 141 -
CMYK 0 0.01 0.36 0.13
HSL 57.78º 0.55% 0.71% -
HSV(B) 57.78º 0.36% 0.87% -
XYZ 60.26 68.12 35.17 -
YUV 211.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 222 219 141 0 0.01 0.36 0.13 57.78 0.55 0.71
Hex DE DB 8D 0 1 24 D 3A 37 47
Octal 336 333 215 0 1 44 15 72 67 107
Binary 11011110 11011011 10001101 0 1 100100 1101 111010 110111 1000111

Color Harmonies of #DEDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB8D

Black with #DEDB8D

Text Example


Text Example

White with #DEDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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