Html Css Color HEX #DED78A Primrose

📋 copy color: '#DED78A'

red 222 ◦ green 215 ◦ blue 138

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

Shades of Primrose #DED78A

Tints of Primrose #DED78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24%

R = 38.61%
G = 37.39%
B = 24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DED78A (or 0xDED78A) is known color: Primrose. HEX triplet: DE, D7 and 8A. RGB value is (222,215,138). Sum of RGB (Red+Green+Blue) = 222+215+138=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78A is #212875. Grayscale: #D0D0D0. Windows color (decimal): -2173046 or 9099230. OLE color: 9099230.

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

Color convert

RGB 222 215 138 -
CMYK 0 0.03 0.38 0.13
HSL 55º 0.56% 0.71% -
HSV(B) 55º 0.38% 0.87% -
XYZ 59.01 65.97 33.67 -
YUV 208.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 222 215 138 0 0.03 0.38 0.13 55 0.56 0.71
Hex DE D7 8A 0 3 26 D 37 38 47
Octal 336 327 212 0 3 46 15 67 70 107
Binary 11011110 11010111 10001010 0 11 100110 1101 110111 111000 1000111

Color Harmonies of #DED78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED78A

Black with #DED78A

Text Example


Text Example

White with #DED78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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