Html Css Color HEX #DED689 Primrose

📋 copy color: '#DED689'

red 222 ◦ green 214 ◦ blue 137

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

Shades of Primrose #DED689

Tints of Primrose #DED689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

 BLUE value IS 137 (53.91% from 255) = 23.91%

R = 38.74%
G = 37.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DED689 (or 0xDED689) is known color: Primrose. HEX triplet: DE, D6 and 89. RGB value is (222,214,137). Sum of RGB (Red+Green+Blue) = 222+214+137=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DED689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED689 is #212976. Grayscale: #CFCFCF. Windows color (decimal): -2173303 or 9033438. OLE color: 9033438.

HSL color Cylindrical-coordinate representation of color #DED689: hue angle of 54.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED689 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 137 -
CMYK 0 0.04 0.38 0.13
HSL 54.35º 0.56% 0.7% -
HSV(B) 54.35º 0.38% 0.87% -
XYZ 58.69 65.43 33.2 -
YUV 207.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 222 214 137 0 0.04 0.38 0.13 54.35 0.56 0.7
Hex DE D6 89 0 4 26 D 36 38 46
Octal 336 326 211 0 4 46 15 66 70 106
Binary 11011110 11010110 10001001 0 100 100110 1101 110110 111000 1000110

Color Harmonies of #DED689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED689

Black with #DED689

Text Example


Text Example

White with #DED689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED689; }

 p { color: rgb(222,214,137); }

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

background-color css

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

 a { background-color: rgb(222,214,137); }

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

border-color css

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

 span { border-color: rgb(222,214,137); }

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