Html Css Color HEX #DAE687 Primrose

📋 copy color: '#DAE687'

red 218 ◦ green 230 ◦ blue 135

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

Shades of Primrose #DAE687

Tints of Primrose #DAE687

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.45%

 BLUE value IS 135 (53.13% from 255) = 23.16%

R = 37.39%
G = 39.45%
B = 23.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#DAE687 (or 0xDAE687) is known color: Primrose. HEX triplet: DA, E6 and 87. RGB value is (218,230,135). Sum of RGB (Red+Green+Blue) = 218+230+135=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE687 is #251978. Grayscale: #D7D7D7. Windows color (decimal): -2431353 or 8906458. OLE color: 8906458.

HSL color Cylindrical-coordinate representation of color #DAE687: hue angle of 67.58º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE687 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 135 -
CMYK 0.05 0 0.41 0.10
HSL 67.58º 0.66% 0.72% -
HSV(B) 67.58º 0.41% 0.9% -
XYZ 61.58 73.25 33.81 -
YUV 215.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 218 230 135 0.05 0 0.41 0.10 67.58 0.66 0.72
Hex DA E6 87 5 0 29 A 44 42 48
Octal 332 346 207 5 0 51 12 104 102 110
Binary 11011010 11100110 10000111 101 0 101001 1010 1000100 1000010 1001000

Color Harmonies of #DAE687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE687

Black with #DAE687

Text Example


Text Example

White with #DAE687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE687; }

 p { color: rgb(218,230,135); }

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

background-color css

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

 a { background-color: rgb(218,230,135); }

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

border-color css

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

 span { border-color: rgb(218,230,135); }

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