Html Css Color HEX #DEDA82 Primrose

📋 copy color: '#DEDA82'

red 222 ◦ green 218 ◦ blue 130

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

Shades of Primrose #DEDA82

Tints of Primrose #DEDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

 BLUE value IS 130 (51.17% from 255) = 22.81%

R = 38.95%
G = 38.25%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DEDA82 (or 0xDEDA82) is known color: Primrose. HEX triplet: DE, DA and 82. RGB value is (222,218,130). Sum of RGB (Red+Green+Blue) = 222+218+130=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA82 is #21257D. Grayscale: #D1D1D1. Windows color (decimal): -2172286 or 8575710. OLE color: 8575710.

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

Color convert

RGB 222 218 130 -
CMYK 0 0.02 0.41 0.13
HSL 57.39º 0.58% 0.69% -
HSV(B) 57.39º 0.41% 0.87% -
XYZ 59.22 67.28 30.98 -
YUV 209.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 222 218 130 0 0.02 0.41 0.13 57.39 0.58 0.69
Hex DE DA 82 0 2 29 D 39 3A 45
Octal 336 332 202 0 2 51 15 71 72 105
Binary 11011110 11011010 10000010 0 10 101001 1101 111001 111010 1000101

Color Harmonies of #DEDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA82

Black with #DEDA82

Text Example


Text Example

White with #DEDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA82; }

 p { color: rgb(222,218,130); }

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

background-color css

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

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

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

border-color css

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

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

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