Html Css Color HEX #DAE082 Primrose

📋 copy color: '#DAE082'

red 218 ◦ green 224 ◦ blue 130

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

Shades of Primrose #DAE082

Tints of Primrose #DAE082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

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

R = 38.11%
G = 39.16%
B = 22.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DAE082 (or 0xDAE082) is known color: Primrose. HEX triplet: DA, E0 and 82. RGB value is (218,224,130). Sum of RGB (Red+Green+Blue) = 218+224+130=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE082 is #251F7D. Grayscale: #D3D3D3. Windows color (decimal): -2432894 or 8577242. OLE color: 8577242.

HSL color Cylindrical-coordinate representation of color #DAE082: hue angle of 63.83º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE082 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 130 -
CMYK 0.03 0 0.42 0.12
HSL 63.83º 0.6% 0.69% -
HSV(B) 63.83º 0.42% 0.88% -
XYZ 59.6 69.83 31.46 -
YUV 211.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 218 224 130 0.03 0 0.42 0.12 63.83 0.6 0.69
Hex DA E0 82 3 0 2A C 40 3C 45
Octal 332 340 202 3 0 52 14 100 74 105
Binary 11011010 11100000 10000010 11 0 101010 1100 1000000 111100 1000101

Color Harmonies of #DAE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE082

Black with #DAE082

Text Example


Text Example

White with #DAE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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