Html Css Color HEX #DED78C Primrose

📋 copy color: '#DED78C'

red 222 ◦ green 215 ◦ blue 140

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

Shades of Primrose #DED78C

Tints of Primrose #DED78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

 BLUE value IS 140 (55.08% from 255) = 24.26%

R = 38.47%
G = 37.26%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DED78C (or 0xDED78C) is known color: Primrose. HEX triplet: DE, D7 and 8C. RGB value is (222,215,140). Sum of RGB (Red+Green+Blue) = 222+215+140=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78C is #212873. Grayscale: #D0D0D0. Windows color (decimal): -2173044 or 9230302. OLE color: 9230302.

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

Color convert

RGB 222 215 140 -
CMYK 0 0.03 0.37 0.13
HSL 54.88º 0.55% 0.71% -
HSV(B) 54.88º 0.37% 0.87% -
XYZ 59.16 66.02 34.44 -
YUV 208.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 222 215 140 0 0.03 0.37 0.13 54.88 0.55 0.71
Hex DE D7 8C 0 3 25 D 37 37 47
Octal 336 327 214 0 3 45 15 67 67 107
Binary 11011110 11010111 10001100 0 11 100101 1101 110111 110111 1000111

Color Harmonies of #DED78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED78C

Black with #DED78C

Text Example


Text Example

White with #DED78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED78C; }

 p { color: rgb(222,215,140); }

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

background-color css

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

 a { background-color: rgb(222,215,140); }

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

border-color css

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

 span { border-color: rgb(222,215,140); }

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