Html Css Color HEX #DADE83 Primrose

📋 copy color: '#DADE83'

red 218 ◦ green 222 ◦ blue 131

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

Shades of Primrose #DADE83

Tints of Primrose #DADE83

RGB

 RED value IS 218 (85.55% from 255) = 38.18%

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

 BLUE value IS 131 (51.56% from 255) = 22.94%

R = 38.18%
G = 38.88%
B = 22.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DADE83 (or 0xDADE83) is known color: Primrose. HEX triplet: DA, DE and 83. RGB value is (218,222,131). Sum of RGB (Red+Green+Blue) = 218+222+131=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE83 is #25217C. Grayscale: #D2D2D2. Windows color (decimal): -2433405 or 8642266. OLE color: 8642266.

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

Color convert

RGB 218 222 131 -
CMYK 0.02 0 0.41 0.13
HSL 62.64º 0.58% 0.69% -
HSV(B) 62.64º 0.41% 0.87% -
XYZ 59.13 68.79 31.63 -
YUV 210.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 218 222 131 0.02 0 0.41 0.13 62.64 0.58 0.69
Hex DA DE 83 2 0 29 D 3F 3A 45
Octal 332 336 203 2 0 51 15 77 72 105
Binary 11011010 11011110 10000011 10 0 101001 1101 111111 111010 1000101

Color Harmonies of #DADE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE83

Black with #DADE83

Text Example


Text Example

White with #DADE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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