Html Css Color HEX #DED78F Primrose

📋 copy color: '#DED78F'

red 222 ◦ green 215 ◦ blue 143

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

Shades of Primrose #DED78F

Tints of Primrose #DED78F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.66%

R = 38.28%
G = 37.07%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DED78F (or 0xDED78F) is known color: Primrose. HEX triplet: DE, D7 and 8F. RGB value is (222,215,143). Sum of RGB (Red+Green+Blue) = 222+215+143=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78F is #212870. Grayscale: #D1D1D1. Windows color (decimal): -2173041 or 9426910. OLE color: 9426910.

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

Color convert

RGB 222 215 143 -
CMYK 0 0.03 0.36 0.13
HSL 54.68º 0.54% 0.72% -
HSV(B) 54.68º 0.36% 0.87% -
XYZ 59.38 66.11 35.62 -
YUV 208.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 222 215 143 0 0.03 0.36 0.13 54.68 0.54 0.72
Hex DE D7 8F 0 3 24 D 37 36 48
Octal 336 327 217 0 3 44 15 67 66 110
Binary 11011110 11010111 10001111 0 11 100100 1101 110111 110110 1001000

Color Harmonies of #DED78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED78F

Black with #DED78F

Text Example


Text Example

White with #DED78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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