Html Css Color HEX #DED99A Primrose

📋 copy color: '#DED99A'

red 222 ◦ green 217 ◦ blue 154

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

Shades of Primrose #DED99A

Tints of Primrose #DED99A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

 BLUE value IS 154 (60.55% from 255) = 25.97%

R = 37.44%
G = 36.59%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DED99A (or 0xDED99A) is known color: Primrose. HEX triplet: DE, D9 and 9A. RGB value is (222,217,154). Sum of RGB (Red+Green+Blue) = 222+217+154=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DED99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED99A is #212665. Grayscale: #D3D3D3. Windows color (decimal): -2172518 or 10148318. OLE color: 10148318.

HSL color Cylindrical-coordinate representation of color #DED99A: hue angle of 55.59º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DED99A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 154 -
CMYK 0 0.02 0.31 0.13
HSL 55.59º 0.51% 0.74% -
HSV(B) 55.59º 0.31% 0.87% -
XYZ 60.77 67.49 40.4 -
YUV 211.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 222 217 154 0 0.02 0.31 0.13 55.59 0.51 0.74
Hex DE D9 9A 0 2 1F D 38 33 4A
Octal 336 331 232 0 2 37 15 70 63 112
Binary 11011110 11011001 10011010 0 10 11111 1101 111000 110011 1001010

Color Harmonies of #DED99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED99A

Black with #DED99A

Text Example


Text Example

White with #DED99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED99A; }

 p { color: rgb(222,217,154); }

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

background-color css

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

 a { background-color: rgb(222,217,154); }

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

border-color css

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

 span { border-color: rgb(222,217,154); }

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