Html Css Color HEX #DED38C Primrose

📋 copy color: '#DED38C'

red 222 ◦ green 211 ◦ blue 140

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

Shades of Primrose #DED38C

Tints of Primrose #DED38C

RGB

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

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

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

R = 38.74%
G = 36.82%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DED38C (or 0xDED38C) is known color: Primrose. HEX triplet: DE, D3 and 8C. RGB value is (222,211,140). Sum of RGB (Red+Green+Blue) = 222+211+140=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DED38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED38C is #212C73. Grayscale: #CECECE. Windows color (decimal): -2174068 or 9229278. OLE color: 9229278.

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

Color convert

RGB 222 211 140 -
CMYK 0 0.05 0.37 0.13
HSL 51.95º 0.55% 0.71% -
HSV(B) 51.95º 0.37% 0.87% -
XYZ 58.15 64.01 34.1 -
YUV 206.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 222 211 140 0 0.05 0.37 0.13 51.95 0.55 0.71
Hex DE D3 8C 0 5 25 D 34 37 47
Octal 336 323 214 0 5 45 15 64 67 107
Binary 11011110 11010011 10001100 0 101 100101 1101 110100 110111 1000111

Color Harmonies of #DED38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED38C

Black with #DED38C

Text Example


Text Example

White with #DED38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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