Html Css Color HEX #DED68D Primrose

📋 copy color: '#DED68D'

red 222 ◦ green 214 ◦ blue 141

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

Shades of Primrose #DED68D

Tints of Primrose #DED68D

RGB

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

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

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

R = 38.47%
G = 37.09%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DED68D (or 0xDED68D) is known color: Primrose. HEX triplet: DE, D6 and 8D. RGB value is (222,214,141). Sum of RGB (Red+Green+Blue) = 222+214+141=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DED68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED68D is #212972. Grayscale: #D0D0D0. Windows color (decimal): -2173299 or 9295582. OLE color: 9295582.

HSL color Cylindrical-coordinate representation of color #DED68D: hue angle of 54.07º 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 #DED68D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 141 -
CMYK 0 0.04 0.36 0.13
HSL 54.07º 0.55% 0.71% -
HSV(B) 54.07º 0.36% 0.87% -
XYZ 58.98 65.55 34.74 -
YUV 208.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 222 214 141 0 0.04 0.36 0.13 54.07 0.55 0.71
Hex DE D6 8D 0 4 24 D 36 37 47
Octal 336 326 215 0 4 44 15 66 67 107
Binary 11011110 11010110 10001101 0 100 100100 1101 110110 110111 1000111

Color Harmonies of #DED68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED68D

Black with #DED68D

Text Example


Text Example

White with #DED68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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