Html Css Color HEX #DEDE8B Primrose

📋 copy color: '#DEDE8B'

red 222 ◦ green 222 ◦ blue 139

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

Shades of Primrose #DEDE8B

Tints of Primrose #DEDE8B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.08%

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 38.08%
G = 38.08%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEDE8B (or 0xDEDE8B) is known color: Primrose. HEX triplet: DE, DE and 8B. RGB value is (222,222,139). Sum of RGB (Red+Green+Blue) = 222+222+139=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE8B is #212174. Grayscale: #D4D4D4. Windows color (decimal): -2171253 or 9166558. OLE color: 9166558.

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

Color convert

RGB 222 222 139 -
CMYK 0 0 0.37 0.13
HSL 60º 0.56% 0.71% -
HSV(B) 60º 0.37% 0.87% -
XYZ 60.91 69.64 34.66 -
YUV 212.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 222 222 139 0 0 0.37 0.13 60 0.56 0.71
Hex DE DE 8B 0 0 25 D 3C 38 47
Octal 336 336 213 0 0 45 15 74 70 107
Binary 11011110 11011110 10001011 0 0 100101 1101 111100 111000 1000111

Color Harmonies of #DEDE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE8B

Black with #DEDE8B

Text Example


Text Example

White with #DEDE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE8B; }

 p { color: rgb(222,222,139); }

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

background-color css

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

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

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

border-color css

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

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

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