Html Css Color HEX #DED38D Primrose

📋 copy color: '#DED38D'

red 222 ◦ green 211 ◦ blue 141

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

Shades of Primrose #DED38D

Tints of Primrose #DED38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.76%

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

R = 38.68%
G = 36.76%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DED38D (or 0xDED38D) is known color: Primrose. HEX triplet: DE, D3 and 8D. RGB value is (222,211,141). Sum of RGB (Red+Green+Blue) = 222+211+141=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED38D is #212C72. Grayscale: #CECECE. Windows color (decimal): -2174067 or 9294814. OLE color: 9294814.

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

Color convert

RGB 222 211 141 -
CMYK 0 0.05 0.36 0.13
HSL 51.85º 0.55% 0.71% -
HSV(B) 51.85º 0.36% 0.87% -
XYZ 58.23 64.04 34.49 -
YUV 206.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 222 211 141 0 0.05 0.36 0.13 51.85 0.55 0.71
Hex DE D3 8D 0 5 24 D 34 37 47
Octal 336 323 215 0 5 44 15 64 67 107
Binary 11011110 11010011 10001101 0 101 100100 1101 110100 110111 1000111

Color Harmonies of #DED38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED38D

Black with #DED38D

Text Example


Text Example

White with #DED38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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