Html Css Color HEX #DAE686 Primrose

📋 copy color: '#DAE686'

red 218 ◦ green 230 ◦ blue 134

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

Shades of Primrose #DAE686

Tints of Primrose #DAE686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.02%

R = 37.46%
G = 39.52%
B = 23.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DAE686 (or 0xDAE686) is known color: Primrose. HEX triplet: DA, E6 and 86. RGB value is (218,230,134). Sum of RGB (Red+Green+Blue) = 218+230+134=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE686 is #251979. Grayscale: #D7D7D7. Windows color (decimal): -2431354 or 8840922. OLE color: 8840922.

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

Color convert

RGB 218 230 134 -
CMYK 0.05 0 0.42 0.10
HSL 67.5º 0.66% 0.71% -
HSV(B) 67.5º 0.42% 0.9% -
XYZ 61.51 73.22 33.45 -
YUV 215.47 82.02 129.81 -
System Red Green Blue C M Y K H S L
Decimal 218 230 134 0.05 0 0.42 0.10 67.5 0.66 0.71
Hex DA E6 86 5 0 2A A 44 42 47
Octal 332 346 206 5 0 52 12 104 102 107
Binary 11011010 11100110 10000110 101 0 101010 1010 1000100 1000010 1000111

Color Harmonies of #DAE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE686

Black with #DAE686

Text Example


Text Example

White with #DAE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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